- #1
dnquark
- 13
- 0
From the list of very fundamental things I am confused about:
Let's say I have two bases and a transformation matrix T that allows me to convert between them, like so:
[tex]A'_i = T_{ik} A_k[/tex], where A and A' express the same vector in the two bases.
If I have a second rank tensor, it will transform in a similar way:
[tex]C'_{ij} = T_{ik} T_{jl} C_{kl}[/tex], or in the matrix notation:
[tex]C' = T C T^T[/tex]
On the other hand, if I consider C as a matrix that acts on the vector A, [tex]C A = B[/tex], I can write
[tex]B' = T B = T C A = T C T^{-1} T A = (T C T^{-1}) A'[/tex].
This all is very basic and familiar, but I'm having trouble understanding what exactly this implies about the connection between matrices and tensors. It seems that the formulas are saying the following: "you can always convert matrices between bases using similarity transformation. However, you cannot call your matrix a tensor unless your bases are connected by an orthogonal transformation, at which point we would have [tex]B' = ( T C T^T) A' = C' A'[/tex]". Is this a correct statement?.. But if so, this means that whether or not something is a tensor is determined not by the intrinsic properties of that object, but by the specifics of how one picks the bases and converts between them, which seems a little odd.
Can some linear algebra guru shed some light on what's going on here?..
Let's say I have two bases and a transformation matrix T that allows me to convert between them, like so:
[tex]A'_i = T_{ik} A_k[/tex], where A and A' express the same vector in the two bases.
If I have a second rank tensor, it will transform in a similar way:
[tex]C'_{ij} = T_{ik} T_{jl} C_{kl}[/tex], or in the matrix notation:
[tex]C' = T C T^T[/tex]
On the other hand, if I consider C as a matrix that acts on the vector A, [tex]C A = B[/tex], I can write
[tex]B' = T B = T C A = T C T^{-1} T A = (T C T^{-1}) A'[/tex].
This all is very basic and familiar, but I'm having trouble understanding what exactly this implies about the connection between matrices and tensors. It seems that the formulas are saying the following: "you can always convert matrices between bases using similarity transformation. However, you cannot call your matrix a tensor unless your bases are connected by an orthogonal transformation, at which point we would have [tex]B' = ( T C T^T) A' = C' A'[/tex]". Is this a correct statement?.. But if so, this means that whether or not something is a tensor is determined not by the intrinsic properties of that object, but by the specifics of how one picks the bases and converts between them, which seems a little odd.
Can some linear algebra guru shed some light on what's going on here?..