Find Contraction of $$M_{ad}M^{be}M^{cf} f^d_{bc}f^a_{ef}$$

  • Thread starter Thread starter JorisL
  • Start date Start date
  • Tags Tags
    Contraction
AI Thread Summary
The discussion revolves around the need for software to simplify the evaluation of a specific contraction involving a block diagonal metric and structure constants from various algebras. The user, Joris, is struggling with the antisymmetry of the structure constants, which complicates manual calculations. Mathematica is suggested as a potential tool for handling tensor calculations, but Joris finds it more efficient to hard code the computations using tables for speed and ease of implementation. He mentions the possibility of creating a more general solution in the future, which could accommodate more dimensions and fewer constraints on the algebras involved. A PDF demonstrating his current approach is also referenced.
JorisL
Messages
489
Reaction score
189
Hi,

I was wondering if there exists some software to find the following contraction in an easy way
$$M_{ad}M^{be}M^{cf} f^d_{bc}f^a_{ef}$$

Here the 4x4 metric M has a block diagonal form
$$
\begin{pmatrix}
e^\phi & 0\\
0 & e^{-\phi/3}N
\end{pmatrix}$$

With ##N## a symmetric 3x3 matrix of determinant 1.
The ##f^a_{bc}## are structure constants of some algebra (I have to evaluate this for 13 distinct algebras).
A lot of them are zero, most of the others are 1.

I keep missing terms (due to antisymmetry ##f^a_{bc} = -f^a_{cb}##) when doing any but the most trivial examples by hand.

Thanks,

Joris
 
Physics news on Phys.org
Thanks.

Luckily there are some easy algebras that I can use to test the code.
 
Well I looked at the tensor capabilities but so far it proved easier to hard code the stuff using tables. (More important, a lot faster to implement than to learn and use this new part of Mathematica)

I added a PDF showing how I did it. When I find the time I might make it more generally applicable. (more than 4 dimensions, less constraints on allowed algebras etc)
 

Attachments

Similar threads

Replies
39
Views
12K
Replies
4
Views
2K
Replies
48
Views
11K
4
Replies
175
Views
25K
Replies
28
Views
6K
Replies
4
Views
10K
Replies
1
Views
3K
Replies
1
Views
2K
Replies
1
Views
3K
Back
Top