As a CS grad student, I'm trying to learn tensors using an online resource. [1] I got stuck working through the following exercise.
The following tensor is defined of two vectors:
$$t^{\mu \upsilon} = v^\mu w^\upsilon - w^\upsilon v^\mu$$
Show that $t^{\mu \upsilon}$ is anti-symmetric.
My thought process was that $v^\mu w^\upsilon$ - $w^\upsilon v^\mu$ should be 0, because I'm essentially computing:
$$ \begin{pmatrix} u^1v^1 & u^1v^2 & \cdots & u^1v^n\\ u^2v^1 & u^2v^2 & \cdots & u^2v^n\\ \vdots & \vdots & \ddots & \vdots\\ u^mv^1 & u^mv^2 & \cdots & u^mv^n\\ \end{pmatrix} - \begin{pmatrix} v^1u^1 & v^2u^1 & \cdots & v^nu^1\\ v^1u^2 & v^2u^2 & \cdots & v^nu^2\\ \vdots & \vdots & \ddots & \vdots\\ v^1u^m & v^2u^m & \cdots & v^nu^m\\ \end{pmatrix} $$
In that case, $t^{\mu \upsilon}$ would be anti-symmetric in a trivial manner. What am I missing here? As a side-note, are there any books/resources you would recommend on tensors with lots of exercises, so that it's useful for self-study? My purpose for learning is to learn enough about tensors to write software that supports tensor contractions and tensor decompositions on tensors up to rank 4.
[1] http://www.ita.uni-heidelberg.de/~dullemond/lectures/tensor/tensor.pdf