• Welcome to the new Internet Infidels Discussion Board, formerly Talk Freethought.

Fun in the SU(N)

SLD

Contributor
Joined
Feb 25, 2001
Messages
5,194
Location
Birmingham, Alabama
Basic Beliefs
Freethinker
OK, still plowing through a book on group theory and running up against another problem.

SU(N) matrices are NxN matrices that are both unitary and have determinant = 1. Unitary means that if you multiply the matrix by its complex conjugate transposed, then you get the identity matrix. Fairly simple. I understand all that. Made a few examples myself and played with them for fun.

Then the book brings up the Gell-Mann matrices. And that is where I'm lost. Not a single one has a determinant equal to 1. Nor do you get I if you multiply them by their Hermitian conjugate.

https://en.wikipedia.org/wiki/Gell-Mann_matrices

Obviously I am missing something basic. The Gell-Mann matrices are not SU(3), but then do they just help generate the proper SU(3) matrices through linear combination? Or what? Just confused at this point in the book.

TIA

SLD
 
Gell-Mann matrices are generators of the SU(3) group.
generator is something you multiply by i (complex number) and take exponent of to get element of the group G=exp(i*H)

Similar to exp(i*phi)
In physics generators associated with measurable quantities.
 
Gell-Mann matrices are generators of the SU(3) group.
generator is something you multiply by i (complex number) and take exponent of to get element of the group G=exp(i*H)

Similar to exp(i*phi)
In physics generators associated with measurable quantities.

So, what are the actual matrices of SU(3)?

I read some more of the book and after going over it several times, I figured out that equation. Difficult to actually work out the actual matrices since they require an infinite sum. But I assume that it’s been done to a fairly high accuracy. Maybe that’s later in the book.

SLD
 
Gell-Mann matrices are generators of the SU(3) group.
generator is something you multiply by i (complex number) and take exponent of to get element of the group G=exp(i*H)

Similar to exp(i*phi)
In physics generators associated with measurable quantities.

So, what are the actual matrices of SU(3)?
obviously, unitary matrices with determinant=1 :)
Generators are just useful way to look at the group.
I read some more of the book and after going over it several times, I figured out that equation. Difficult to actually work out the actual matrices since they require an infinite sum. But I assume that it’s been done to a fairly high accuracy. Maybe that’s later in the book.
SLD
I suspect you are doing all this as a hobby and skipping a lot of prerequisites, right?
Computing exponent of the matrix is actually not that difficult and is done with absolute precision in fixed amount of steps but it's rarely done in practice.
 
obviously, unitary matrices with determinant=1 :)
Generators are just useful way to look at the group.
I read some more of the book and after going over it several times, I figured out that equation. Difficult to actually work out the actual matrices since they require an infinite sum. But I assume that it’s been done to a fairly high accuracy. Maybe that’s later in the book.
SLD
I suspect you are doing all this as a hobby and skipping a lot of prerequisites, right?
Computing exponent of the matrix is actually not that difficult and is done with absolute precision in fixed amount of steps but it's rarely done in practice.

Yes. Just a hobby. Keeping my brain sharp. Or trying to. My undergraduate degree is in Mathematics, and I took linear algebra but we never learned that. This book has a preface in linear algebra and does go over some stuff I’ve never seen but wasn’t too difficult. The linear algebra I learned never involved complex numbers. But Hermitean Matrices aren’t that particularly difficult to understand.

SLD

SLD
 
It's true that linear algebra in practice taught first and in real numbers, simply because complex number analysis comes much later.


Hermitian operator have real eigenvalues and are analogous to real numbers. Unitary operators are analogous to complex rotations exp(i*phi)
Eigenvalues of unitary matrices have module of 1 obviously.
 
So, what are the actual matrices of SU(3)?
I've read several books on Lie groups and Lie algebras, and I've never seen any expression for those matrices anywhere. My guess about them is that they are horribly complicated to calculate.

A Lie-group matrix D is calculated from its corresponding Lie-algebra matrix L with D = exp(i*L)

One can do this calculation by finding the eigenvalues V and eigenvectors M of L: L = M.V.M+, making D = M.exp(i*V).M+

In turn, L = sum over k of ck*Lk where the c's are coefficients and the L's are the Lie algebra's generators.

The calculation has been done for all the representations of SU(2)/SO(3), however:  Wigner D-matrix

If you have ever worked with the ladder-operator formulation of quantum-mechanical angular momentum, you have worked with representations of SU(2)/SO(3). The operators for angular momentum are this Lie algebra's generators.
 
So, what are the actual matrices of SU(3)?
I've read several books on Lie groups and Lie algebras, and I've never seen any expression for those matrices anywhere. My guess about them is that they are horribly complicated to calculate.
What do you mean by that? Unitary matrix consists of rows which are ortho-normal to each other.
In other words, any ortho-normal basis corresponds to unitary matrix.
 
So, what are the actual matrices of SU(3)?
I've read several books on Lie groups and Lie algebras, and I've never seen any expression for those matrices anywhere. My guess about them is that they are horribly complicated to calculate.
What do you mean by that? Unitary matrix consists of rows which are ortho-normal to each other.
In other words, any ortho-normal basis corresponds to unitary matrix.
That is a constraint on the matrices, not a specification of the matrices in terms of some parameters.

For the SU(2) matrices, one can find them in terms of the unit quaternions:

D = x0*I - i*(x1*s1 + x2*s2 + x3*s3)

where 4-vector x = (x0,x1,x2,x3) has unit length, x.x = 1, and obeys the quaternion multiplication law. The matrices s1, s2, s3 are the Pauli matrices: {{0,1},{1,0}}, {{0,-i},{i,0}}, {{1,0},{0,-1}}. The matrix I is the identity matrix: {{1,0},{0,1}}.

There is a similar expression for the SO(3) matrices, but it is more complicated, and it contains a sort of square of the quaternion vector.  Rotation matrix

Quaternions are often used in computer 3D graphics, because it is relatively easy to smoothly change them -- it is much easier to keep a vector normalized than a matrix orthonormalized.
 
What do you mean by that? Unitary matrix consists of rows which are ortho-normal to each other.
In other words, any ortho-normal basis corresponds to unitary matrix.
That is a constraint on the matrices, not a specification of the matrices in terms of some parameters.

For the SU(2) matrices, one can find them in terms of the unit quaternions:

D = x0*I - i*(x1*s1 + x2*s2 + x3*s3)

where 4-vector x = (x0,x1,x2,x3) has unit length, x.x = 1, and obeys the quaternion multiplication law. The matrices s1, s2, s3 are the Pauli matrices: {{0,1},{1,0}}, {{0,-i},{i,0}}, {{1,0},{0,-1}}. The matrix I is the identity matrix: {{1,0},{0,1}}.

There is a similar expression for the SO(3) matrices, but it is more complicated, and it contains a sort of square of the quaternion vector.  Rotation matrix

Quaternions are often used in computer 3D graphics, because it is relatively easy to smoothly change them -- it is much easier to keep a vector normalized than a matrix orthonormalized.
Still don't understand your complain about not having an expression when you yourself gave said expression, not to mention me giving it earlier.
 
barbos, what you describe are constraints. I will be more explicit:

Orthogonality:
M.MT = MT.M = I
MT = transpose of M

Unitarity:
M.M+ = M+.M = I
M+ = Hermitian conjugate of M = transpose complex conjugate of M

Another kind: symplecticity:
M.J.MT = J
where
J = {{0, I}, {-I, 0}}
where J has size 2n * 2n and the I's and 0's in it have size n * n.

Special matrices: determinant of them = 1
 
Here are some group and algebra interrelationships.

U(n) ~ SU(n) * U(1)

Group O(n) has subgroup SO(n) with quotient group Z2 {1, -1}

O(n) ~ SO(n) * Z2 only for odd n

  • SO(1) ~ empty algebra, identity group
  • SO(2) ~ U(1)
  • SO(3) ~ SU(2) ~ Sp(2)
  • SO(4) ~ SU(2) * SU(2)
  • SO(5) ~ Sp(4)
  • SO(6) ~ SU(4)
Sp = symplectic group / algebra
 
barbos, what you describe are constraints. I will be more explicit:
Nope, I wrote the expression A=exp(i*H) where H is any hermitian operator which itself is a linear combination of what is called generator operators.
 
Back
Top Bottom