Page 1 of 1

problems with the order of SU(3) generators

Posted: 13. Apr 2017, 10:33
by Wenxing
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

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

Posted: 13. Apr 2017, 11:22
by FStaub
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}}}

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

Posted: 14. Apr 2017, 10:58
by Wenxing
Hi Florian,

Thanks for your reply very much!

Best wishes!
Wenxing