Tensor help -- Write out this tensor in a simplified sum

In summary, a tensor is a mathematical object used to represent physical quantities and their transformations. Simplifying a tensor can make calculations and analyses easier and reveal important relationships within the tensor. This can be done using mathematical operations and techniques such as contraction and matrix multiplication. Writing out a simplified sum of a tensor allows for a more efficient representation and highlights important components and their relationships. There are multiple ways to simplify a tensor, depending on its properties and purposes.
  • #1
user1139
72
8
Homework Statement
Write out $$F_{\alpha\beta}F^{\alpha\gamma}$$ in a simplified sum where $$F$$ is the stress tensor and Einstein summation convention is implied.
Relevant Equations
$$F_{\mu\nu}$$ is the usual stress tensor
I managed to write

$$F_{\alpha\beta}F^{\alpha\gamma}=F_{0\beta}F^{0\gamma}+F_{i\beta}F^{i\gamma}$$

where $$i=1,2,3$$ and $$\gamma=0,1,2,3=\beta$$.

How do I proceed?
 
Physics news on Phys.org
  • #2
It's like two "for" loops in programming:

0) You have four terms when summing ##\alpha##

1) Start with ##\gamma## and expand to four equations for 0,1,2, and 3 with ##\beta## still there.

Repeating with the same expansion with ##\beta##, you should now have 16 equations for ##F _{\beta}^{\gamma}##.
 
Last edited:
Back
Top