Writing Tensor Equations in Matrix Form

Click For Summary
SUMMARY

The discussion focuses on expressing the tensor equation F'^{\mu\nu}=\Lambda^{\mu}_{\sigma}\Lambda^{\nu}_{\rho}F^{\sigma\rho} in matrix form using 4x4 matrices. The correct matrix representation is F' = \Lambda F \Lambda^{\top}, which arises from careful consideration of the indices and the nature of tensors versus matrices. The transformation of mixed tensors, such as G^a{}_b, is represented as G' = \Lambda G \Lambda^{-1}. Understanding these transformations is crucial for accurate tensor manipulation in mathematical physics.

PREREQUISITES
  • Understanding of tensor notation and indices
  • Familiarity with matrix multiplication and properties
  • Knowledge of linear algebra concepts, particularly regarding transformations
  • Basic understanding of tensor algebra and its applications in physics
NEXT STEPS
  • Study the properties of tensor transformations in physics
  • Learn about the Kronecker product and its applications in tensor algebra
  • Explore the differences between mixed and pure tensors in mathematical notation
  • Investigate the use of transposes in matrix representations of tensors
USEFUL FOR

Mathematicians, physicists, and students in advanced mathematics or theoretical physics who are working with tensor equations and their matrix representations.

lugita15
Messages
1,553
Reaction score
15
I'm trying to express the tensor equation [itex]F'^{\mu\nu}=\Lambda^{\mu}_{\sigma}\Lambda^{\nu}_{ \rho }F^{\sigma\rho}[/itex] in matrix form. Here the indices range from 0 to 3, so we need 4 by 4 matrices. Let F', F, and [itex]\Lambda[/itex] be the matrices associated with the tensors appearing in our equation. Which of the following is the correct matrix translation of the tensor equation?

[itex]F'=\Lambda F \Lambda[/itex]

[itex]F'=\Lambda \Lambda F[/itex]

[itex]F'=\Lambda^{\top} F \Lambda[/itex]

[itex]F'=\Lambda F \Lambda^{\top}[/itex]

Or something else entirely?

I tried testing some of these out on the actual four-by-four matrices, but the algebra got too cumbersome. Usually when I figure out what order to put things in and where to put the transposes, I'm in a situation where I'm dealing with matrices and vectors, so that if you put it in the wrong order then the numbers of rows and columns don't match up. But in this case everything is four-by-four, so there is plenty of room for error.

Any help would be greatly appreciated.

Thank You in Advance.
 
Physics news on Phys.org
lugita15 said:
I'm trying to express the tensor equation [itex]F'^{\mu\nu}=\Lambda^{\mu}_{\sigma}\Lambda^{\nu}_{ \rho }F^{\sigma\rho}[/itex] in matrix form.

[itex]F'=\Lambda^{\top} F \Lambda[/itex]

[itex]F'=\Lambda F \Lambda^{\top}[/itex]

It will be one of these two, depending on how you decide to map your tensors to matrices.

You see, a tensor and a matrix are not quite the same thing. A matrix is most naturally thought of as a "mixed" tensor, with one index up and one down: [itex]M^a{}_b[/itex]. Then the matrix product is quite natural to write:

[itex]M^a{}_c = K^a{}_b L^b{}_c[/itex]

On the other hand, a tensor with two "up" indices is technically considered a column vector whose elements are column vectors. However, the multiplication algorithm will end up being the same as matrix multiplication. To translate it to matrices, you just need to follow the indices carefully:

[tex]\Lambda^a{}_c \Lambda^b{}_d F^{cd} = \Lambda^a{}_c F^{cd} \Lambda^b{}_d = \Lambda^a{}_c F^{cd} (\Lambda^\top)_d{}^b[/tex]
where in the last step, we take the transpose because we need to switch the order of b and d to make it look like a matrix product. So we can write

[tex]F' = \Lambda F \Lambda^\top[/tex]
provided we interpret the first index of F as a row index, and the second as a column index.

However, you should be careful with this notation to be clear what you mean. If we had a mixed tensor [itex]G^a{}_b[/itex], then in matrix notation its transformation would be

[tex]G' = \Lambda G \Lambda^{-1}[/tex]
For the pure "up" tensor [itex]F^{ab}[/itex], the most mathematically-correct way to write its transformation law is

[tex]F' = (\Lambda \otimes \Lambda) \cdot F[/tex]
where now F is unfolded into a single column vector with [itex]n \times n[/itex] entries.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K