problems with the order of SU(3) generators

Question how to implement a model or how to change a model implementation
Post Reply
Wenxing
Posts: 13
Joined: 13. Mar 2017, 13:10

problems with the order of SU(3) generators

Post by Wenxing » 13. Apr 2017, 10:33

Hi Florian,

Sorry for bothering you again.
Recently I was rewriting a SU(3) model, and I need to know the order of SU(3) model to define the mixing of gauge boson, can you tell me the order of SU (N)?

Best wishes!
Wenxing

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: problems with the order of SU(3) generators

Post by FStaub » 13. Apr 2017, 11:22

Hi,

with

Code: Select all

Lambda
you see the Gell-Mann matrices:

Code: Select all

{{{0, 1, 0}, {1, 0, 0}, {0, 0, 0}}, 
 {{0, 0, 0}, {0, 0, 1}, {0, 1, 0}}, 
 {{0, 0, I}, {0, 0, 0}, {-I, 0, 0}}, 
 {{0, -I, 0}, {I, 0, 0}, {0, 0, 0}}, 
 {{0, 0, 0}, {0, 0, -I}, {0, I, 0}}, 
 {{0, 0, -1}, {0, 0, 0}, {-1, 0, 0}}, 
 {{2/Sqrt[3], 0, 0}, {0, -(1/Sqrt[3]), 0}, {0, 0, -(1/Sqrt[3])}}, 
 {{0, 0, 0}, {0, 1, 0}, {0, 0, -1}}}

Wenxing
Posts: 13
Joined: 13. Mar 2017, 13:10

Re: problems with the order of SU(3) generators

Post by Wenxing » 14. Apr 2017, 10:58

Hi Florian,

Thanks for your reply very much!

Best wishes!
Wenxing

Post Reply