PDA

View Full Version : Tensor product for vectors


wil3
Aug25-11, 12:08 PM
Hello. I keep on encountering the need to find the Tensor or Kronecker product of two vectors. Based on the definition, If I found the product of two 2D vectors, I would get a 4-dimensional vector. Some authors claim this is the correct interpretation.

However the dyadic product, which many claim is just the 1st order case of the tensor product, would generate a second-order tensor. In other words, if I multiplied my two 2D vectors, I would get a 2x2 matrix. This is essentially finding the tensor product between the first vector and the transpose of the second vector.

This troubles me. The first interpretation is consistent with the fundamental definition of the vector product, but the latter version is necessary for things like the rotation tensor definition to be true:

R = I\cos\theta + \sin\theta[\mathbf u]_{\times} + (1-\cos\theta)\mathbf{u}\otimes\mathbf{u}

Which version is correct, and how can it be made consistent with the other version? Thanks for any help.

Kindayr
Aug25-11, 12:42 PM
I don't know much at all about tensors, but I was under the impression that a 2x2 matrix is a vector in a 4-dimensional space \mathcal{L}(V,V) if V is 2-dimensional.

wil3
Aug25-11, 01:08 PM
That idea sounds promising, but I'm afraid I don't quite understand what you mean yet. Would you mind elucidating things a little? I'm new to tensors, and so there could be a critical spatial relationship that I am missing out on here.

Kindayr
Aug25-11, 01:48 PM
I made a little bit of a mistake but I'll clear it all up.

\mathcal{L}(V,W) is the set of all linear transformations T:V\to W. If V has dimension m and W has dimension n, then \mathcal{L}(V,W) can be shown to be a vector space with dimension mn.

The set M_{m,n}(\mathbb{R}) of m-by-n matrices with entries from \mathbb{R} is isomorphic to \mathcal{L}(V,W) and thus, is also a vector space of dimension mn. If n=m=2, then the dimension of M_{2,2}(\mathbb{R}) is 4, and its elements are 2-by-2 matrices.

You can also find an isomorphism T:M_{2,2}(\mathbb{R})\to\mathbb{R}^{4}, such that T(\left[ {\begin{array}{cc}
x & y \\
z & w \\
\end{array} } \right])=(x,y,z,w)

I hope that clears some things up.

wil3
Aug25-11, 06:25 PM
That actually very much does clear things up... I had never learned about the equivalency of, for example, spaces of 2x2 tensors and spaces of 1x4 tensors. Where could I find an example of a relationship that establishes the isomorphism? (ie, is there any sort of tensor A would make your relation

T(\left[ {\begin{array}{cc}
x & y \\
z & w \\
\end{array} } \right])=(x,y,z,w)


true, or is it a more abstract sort of transformation?

Kindayr
Aug25-11, 06:28 PM
That actually very much does clear things up... I had never learned about the equivalency of, for example, spaces of 2x2 tensors and spaces of 1x4 tensors. Where could I find an example of a relationship that establishes the isomorphism? (ie, is there any sort of tensor A would make your relation

T(\left[ {\begin{array}{cc}
x & y \\
z & w \\
\end{array} } \right])=(x,y,z,w)


true, or is it a more abstract sort of transformation?

That is the isomorphism, you just need to prove it to be one.

wil3
Aug25-11, 06:41 PM
ah, I see. Thanks very much!