Understanding the Confusion: Tensor Product vs. Dyadic Product for Vectors

wil3
Messages
177
Reaction score
1
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.
 
Physics news on Phys.org
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.
 
Last edited:
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.
 
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}<br /> x &amp; y \\<br /> z &amp; w \\<br /> \end{array} } \right])=(x,y,z,w)

I hope that clears some things up.
 
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
<br /> T(\left[ {\begin{array}{cc} <br /> x &amp; y \\ <br /> z &amp; w \\ <br /> \end{array} } \right])=(x,y,z,w)<br />

true, or is it a more abstract sort of transformation?
 
wil3 said:
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
<br /> T(\left[ {\begin{array}{cc} <br /> x &amp; y \\ <br /> z &amp; w \\ <br /> \end{array} } \right])=(x,y,z,w)<br />

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

That is the isomorphism, you just need to prove it to be one.
 
ah, I see. Thanks very much!
 

Similar threads

Back
Top