Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question
1

generalized Gell-Mann matrices

asked 13 years ago

JohannesWachs gravatar image

Does anyone know of an implementation of the generalized Gell-Mann matrices? They are defined here: http://en.wikipedia.org/wiki/Generali...

There is a nice Mathematica demonstration about the dimension 3 case: http://demonstrations.wolfram.com/Eve...

Failing that, I would like to figure out how to put them in from scratch. Specifically, given a dimension, I would like a list of the Gell-Mann matrices and to be able to multiply and to take the commutator of two of them. The problem is that I do not have any ideas for turning these rules into sage code and creating a collection of matrices in this way.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 13 years ago

Shashank gravatar image

The problem with the generalization is that the diagonal ones are not unique. So you will have to decide how you are going to do that on your own. As far as the other matrices are concerned the code should not be very difficult. The most efficient way of doing it is to start with the raising and lowering operators i.e. symmetric matrices which have a single one in the off-diagonal element. The transpose of that would be the lowering operator. The just the combinations \sigma_{+} \pm i \sigma_{-} gives you all the off-diagonal elements.

Just out of curiosity are you working on GUTs?

Preview: (hide)
link

Comments

Thank you for this. I am pretty new to SAGE so I don't have experience with these operators, but I am sure they are well documented and now I have a lead. I am not a physicist. I am interested in these matrices as a nice basis for su(n) to calculate some representations explicitly. More generally, I am working in the realm of symmetric spaces.

JohannesWachs gravatar imageJohannesWachs ( 13 years ago )

Thank you for this. I am pretty new to SAGE so I don't have experience with these operators, but I am sure they are well documented and now I have a lead.

JohannesWachs gravatar imageJohannesWachs ( 13 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 13 years ago

Seen: 1,290 times

Last updated: Nov 15 '11