logo back up home forward   further reading more topics »

Maths - Quaternion Notations - Pauli Matrices

A 2x2 matrix whose elements are complex numbers. I don't think there are many practical advantages in using Paul matrices for classical 3D rotations. Each rotation requires 2x2 complex numbers which requires 8 scalar numbers, nearly as many as using 3x3 scalar matrix for rotations which most people would consider much simpler. I think Pauli matrices are interesting though, because instead of having to learn the rules for multiplying the operators i, j and k these multiplication rules come automatically provided you know how to multiply 2x2 matrices. If you want to calculate the spin of fundamental particles in many dimensions then Pauli matrices may be the only way to do it.

The matrix is generated by multiplying the three imaginary values by the following Pauli matrices:

t1=
0 1
1 0
t2=
0 -i
i 0
t3=
1 0
0 -1

The real value is multiplied by the identity matrix.

The Pauli matrices in this form are not the exact equivalent of quaternions this is because, if we square them, we get +1 and not -1. In other words the identity matrix:

t12 =
0 1
1 0
*
0 1
1 0
=
1 0
0 1
t22 =
0 -i
i 0
*
0 -i
i 0
=
1 0
0 1
t32 =
1 0
0 -1
*
1 0
0 -1
=
1 0
0 1

So these dimensions are given by √+1instead of √-1which quaternions use. In this form Pauli matrices have different properties, they don't form a normed division algebra. However we can convert Pauli matrices to have exactly the same properties to quaternions by multiplying by i. Then each of the generators are √-1 as shown here:

t12 =
0 i
i 0
*
0 i
i 0
=
-1 0
0 -1
t22 =
0 1
-1 0
*
0 1
-1 0
=
-1 0
0 -1
t32 =
i 0
0 -i
*
i 0
0 -i
=
-1 0
0 -1

Pauli matrices were developed for physics (quantum mechanics) so that may be why they are formulated with this i factor difference from quaternions.

In quantum mechanics a + i b + j c + k d and -a - i b - j c - k d represent different spins for particles, so a particle has to rotate through 720 degrees instead of 360 degrees to get back where it started. Both Pauli matrices and quaternions have this property, see Spinors.


metadata block
see also:

 

Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

 

cover us uk de jp fr ca Quaternions and Rotation Sequences.

Commercial Software Shop

Where I can, I have put links to Amazon for commercial software, not directly related to the software project, but related to the subject being discussed, click on the appropriate country flag to get more details of the software or to buy it from them.

 

cover Dark Basic Professional Edition - It is better to get this professional edition

cover This is a version of basic designed for building games, for example to rotate a cube you might do the following:
make object cube 1,100
for x=1 to 360
rotate object 1,x,x,0
next x

cover Game Programming with Darkbasic - book for above software

Can you help?

Please send me any improvements to here. I would appreciate ideas to make the pages more useful including error correction, ideas for new pages, improvements to wording. It helps if you quote the full URL of the page.

 

Terminology and Notation

Specific to this page here:

 

program

I am working on a project which uses these principles, if you would like to help me with this you are welcome to join in, here:

http://sourceforge.net/projects/mjbworld/

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2008 Martin John Baker - All rights reserved - privacy policy.