I am struggling to understand tensor products. I will first state what I think I understand and then ask questions.
Definition of Tensor Product:
http://en.m.wikipedia.org/wiki/Tensor_product
What I Think I Understand:
Consider two vector spaces $V$ and $W$. Let $V \times W$ be the Cartesian product of $V$ and $W$.
$F(V\times W)$ is a free vector space (no idea what this is).
$V \otimes W$ is a vector space. The vectors of this space are defined to be the equivalence classes of $F(V\times W)$ under the following equivalence relations \begin{align} &v, v_1, v_2 \in V; w, w_1, w_2 \in W; c \in K; \\ &(v_1,w) + (v_2,w) \sim (v_1 + v_2,w) \\ &(v,w_1) + (v,w_2) \sim (v,w_1+w_2) \\ &c(v,w) \sim (cv,w) \sim (v,cw) \end{align}
That's about all I understand.
My Question:
Is this the right way to approach understanding tensor products? If so, can you either fill in the gaps in my understanding or tell me where can I find more information about them (besides Wikipedia) so I can do so myself?