First let's write what are Pauli matrices :
"\\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}"
The main properties are :
"[\\sigma_1,\\sigma_2]=\\sigma_3; [\\sigma_2,\\sigma_3]=\\sigma_1; [\\sigma_3,\\sigma_1]=\\sigma_2"
These are the main properties of Pauli matrices, but there is, obviously, a lot more of them. You can also check Wikipedia : Pauli matrices - Wikipedia
Comments
Leave a comment