<?xml version="1.0" encoding="UTF-8"?>

<record version="6" id="10449">
 <title>Pauli matrices</title>
 <name>PauliMatrices</name>
 <created>2008-03-28 12:01:55</created>
 <modified>2008-04-17 10:21:50</modified>
 <type>Definition</type>
 <creator id="19637" name="invisiblerhino"/>
 <author id="19637" name="invisiblerhino"/>
 <classification>
	<category scheme="msc" code="15A57"/>
 </classification>
 <synonyms>
	<synonym concept="Pauli matrices" alias="sigma matrices"/>
 </synonyms>
 <related>
	<object name="Spinor"/>
	<object name="SchrodingersWaveEquation"/>
	<object name="UnitaryGroup"/>
	<object name="HermitianMatrix"/>
	<object name="DiracMatrices"/>
	<object name="DiracEquation"/>
 </related>
 <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
</preamble>
 <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 &amp;= \begin{pmatrix} 0 &amp; 1\\
                            1 &amp; 0
            \end{pmatrix}\\
\sigma_2 &amp;= \begin{pmatrix} 0 &amp; -i\\
                            i &amp; 0
            \end{pmatrix}\\
\sigma_3 &amp;= \begin{pmatrix} 1 &amp; 0\\
                            0 &amp; -1
            \end{pmatrix}\\
\end{align*}

They satisfy the following commutation and anticommutation identities:
\begin{align*}
\left[ \sigma_i, \sigma_j \right] &amp;= 2i\epsilon_{ijk} \sigma_k\text{where $\epsilon_{ijk}$ is the Levi-Civita symbol}\\
\lbrace \sigma_i, \sigma_j \rbrace &amp;=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 &amp;= \begin{pmatrix} 1 &amp; 0\\
                            0 &amp; 1
            \end{pmatrix}\\
\delta_1 &amp;= \begin{pmatrix} 0 &amp; 1\\
                            1 &amp; 0
            \end{pmatrix}\\
\delta_2 &amp;= \begin{pmatrix} 0 &amp; -i\\
                            i &amp; 0
            \end{pmatrix}\\
\delta_3 &amp;= \begin{pmatrix} 1 &amp; 0\\
                            0 &amp; -1
            \end{pmatrix}\\
\end{align*}
This choice is useful when writing the Dirac matrices.</content>
</record>
