PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 5 of 'Pauli matrices'
[ view 'Pauli matrices' | back to history ]

Title of object: Pauli matrices
Canonical Name: PauliMatrices
Type: Definition

Created on: 2008-03-28 12:01:55
Modified on: 2008-03-28 17:23:02

Creator: invisiblerhino
Modifier: invisiblerhino
Author: invisiblerhino

Classification: msc:15A57
Synonyms: Pauli matrices=sigma matrices

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

The Pauli matrices are a set of three Hermitian, unitary matrices used by Wolfgang Pauli in his theory of quantum-mechanical spin. They are given by:
\begin{align*}
\sigma_1 &= \begin{pmatrix} 0 & 1\\
1 & 0
\end{pmatrix}\\
\sigma_2 &= \begin{pmatrix} 0 & -i\\
i & 0
\end{pmatrix}\\
\sigma_3 &= \begin{pmatrix} 1 & 0\\
0 & -1
\end{pmatrix}\\
\end{align*}

They satisfy the following commutation and anticommutation identities:
\begin{align*}
\left[ \sigma_i, \sigma_j \right] &= 2i\epsilon_{ijk} \sigma_k\text{where $\epsilon_{ijk}$ is the Levi-Civita symbol}\\
\lbrace \sigma_i, \sigma_j \rbrace &=2 \mathbf{I} \delta_{ij} \text{where $\mathbf{I}$ is the identity matrix and $\delta_{ij}$ is the Kronecker delta}
\end{align*}

\subsection{Delta notation}
With the identity matrix $\textbf{I}, the Pauli matrices form a group. When combined in this way, they are often given the symbols $\delta_i$, as follows:

\begin{align*}
\delta_0 &= \begin{pmatrix} 0 & 1\\
1 & 0
\end{pmatrix}\\
\delta_1 &= \begin{pmatrix} 0 & 1\\
1 & 0
\end{pmatrix}\\
\delta_2 &= \begin{pmatrix} 0 & -i\\
i & 0
\end{pmatrix}\\
\delta_3 &= \begin{pmatrix} 1 & 0\\
0 & -1
\end{pmatrix}\\
\end{align*}
This choice is useful when writing the Dirac matrices.