Recent content by gda
-
G
Graduate Need a code to construct an antisymmetric tensor with Mathematica 6.
yeah it's true. They are just nothing but a sophisticated calculator :D. Anyway, if you write this in mathematica (I'm using 6.0) Antisymmetrize[f_] := Module[{p = Permutations[f]}, Signature[f]Signature/@ p . p] . it will antisymmetrize your operation, i.e Antisymmetrize[f[a,b,c]] will...- gda
- Post #13
- Forum: Special and General Relativity
-
G
Graduate Need a code to construct an antisymmetric tensor with Mathematica 6.
thanks sam. I'm going to see what this package is capable of.- gda
- Post #12
- Forum: Special and General Relativity
-
G
Graduate Need a code to construct an antisymmetric tensor with Mathematica 6.
I didnt probe it yet but I think this might help: Antisymmetrize[f_] := Module[{p = Permutations[f]}, Signature[f]Signature/@ p . p] .- gda
- Post #6
- Forum: Special and General Relativity
-
G
Graduate Need a code to construct an antisymmetric tensor with Mathematica 6.
Ok doolin thank you for your time. I've seen the link to tensor in the mathematica help file. I'll try to use what you write above and figure it out the swap between row and the book.- gda
- Post #5
- Forum: Special and General Relativity
-
G
Graduate Need a code to construct an antisymmetric tensor with Mathematica 6.
yes it does. I want to teach Mathematica to recognize the antisymmetric property. For example: A[4,5,6] = - A[4,6,5] = A[6,4,5]= . . . I can do it manually , of course, but it takes to long.- gda
- Post #3
- Forum: Special and General Relativity
-
G
Graduate Need a code to construct an antisymmetric tensor with Mathematica 6.
Hello! I'm doing a code in Mathematica 6.0 in order to calculate a contraction of indices with the Levi-Civita tensor (in six dimensions) and an antiSymmetric tensor A[m,n,p] (it has 3 indices running from 1 to 6). For example in order to turn A into an antisymmetric tensor, I wrote something...- gda
- Thread
- Code Mathematica Tensor
- Replies: 14
- Forum: Special and General Relativity
-
G
Levi Civita 4 tensor as pseudotensor
Hi! You can redefine the Levi-Civita in order to convert it a tensor. In curved space (including Minkowski space) you may define: \epsilon_{\mu\nu\rho\sigma}=\left\{\begin{array}{c} 0~~\mbox{any two indices repeated}\\ +1~~ \mbox{even permutation of indices}\\ -1 ~~\mbox{odd permutation of...- gda
- Post #3
- Forum: Advanced Physics Homework Help
-
G
Graduate Question on the dimension of Killing-form
ok, thank you all!- gda
- Post #8
- Forum: Linear and Abstract Algebra
-
G
Graduate Question on the dimension of Killing-form
ok, thanks morphism. So, a priori, the signature of the tensor metric is different from the signature of the Killing form ? they are different matrix just because of their dimensions. pd: I've already changed it /--->\ but doesn't seem to work- gda
- Post #4
- Forum: Linear and Abstract Algebra
-
G
Graduate Question on the dimension of Killing-form
the latex mode doesn't work?- gda
- Post #2
- Forum: Linear and Abstract Algebra
-
G
Graduate Question on the dimension of Killing-form
Hi guys! I am getting some sort of contradiction using the definition of the killing-form. The killing form as a matrix (sometimes called metric) in some basis can be written as: \eta_{ab}=f_{ac}^df_{bd}^c where [ itex ] f_{ab}^c [ /itex ] are the structure constants of the Lie algebra. Of...- gda
- Thread
- Dimension
- Replies: 7
- Forum: Linear and Abstract Algebra
-
G
Graduate Decomposing Spinor Representation of SO(6,6)
and thanks againg lpetrich for your mathematicas ' notebook- gda
- Post #22
- Forum: Beyond the Standard Models
-
G
Graduate Decomposing Spinor Representation of SO(6,6)
Hi everyone. Sorry for my long delay lpetrich. I'm already still working with my problem, and still reading information. You guys know a lot of group theory! I'm just starting with all of these. The group SO(6,6) arises in the context of flux compactification in string theory. Specifically when...- gda
- Post #21
- Forum: Beyond the Standard Models
-
G
Graduate Decomposing Spinor Representation of SO(6,6)
thank you very much simon! i will read the links. I'll search for the books you recommend.- gda
- Post #8
- Forum: Beyond the Standard Models
-
G
Graduate Decomposing Spinor Representation of SO(6,6)
thank you really very much for your time lpetrich. It helps me a lot. I will read it carefully everything. What are the d's ? ( (L_{ab})_{ij} = - i*(d_{ai}g_{bj} - d_{bi}g_{aj}) ) Are any literature you recommend for this ? thank you.- gda
- Post #6
- Forum: Beyond the Standard Models