In linear algebra, an invertible complex square matrix is unitary if its matrix inverse equals its conjugate transpose , that is, if
<math display=block>U^* U = UU^* = I,</math>
where is the identity matrix.
In physics, especially in quantum mechanics, the conjugate transpose is referred to as the Hermitian adjoint of a matrix and is denoted by a dagger (), so the equation above is written
<math display=block>U^\dagger U = UU^\dagger = I.</math>
A complex matrix is special unitary if it is unitary and its matrix determinant equals .
For real numbers, the analogue of a unitary matrix is an orthogonal matrix. Unitary matrices have significant importance in quantum mechanics because they preserve the normalization of state vectors and the inner products between them.
Properties
For any unitary matrix of finite size, the following hold:
- Given two complex vectors and , multiplication by preserves their inner product; that is, .
- is normal (<math>U^* U = UU^*</math>).
- is diagonalizable; that is, is unitarily similar to a diagonal matrix, as a consequence of the spectral theorem. Thus, has a decomposition of the form <math>U = VDV^*,</math> where is unitary, and is diagonal and unitary.
- The eigenvalues of <math>U</math> lie on the unit circle, as does <math>\det(U)</math>.
- The eigenspaces of <math>U</math> are orthogonal.
- can be written as , where indicates the matrix exponential, is the imaginary unit, and is a Hermitian matrix.
For any nonnegative integer , the set of all unitary matrices with matrix multiplication forms a group, called the unitary group .
Every square matrix with unit Euclidean norm is the average of two unitary matrices.
Equivalent conditions
If U is a square, complex matrix, then the following conditions are equivalent:
- <math>U</math> is unitary.
- <math>U^*</math> is unitary.
- <math>U</math> is invertible with <math>U^{-1} = U^*</math>.
- The columns of <math>U</math> form an orthonormal basis of <math>\Complex^n</math> with respect to the usual inner product. In other words, <math>U^*U = I</math>.
- The rows of <math>U</math> form an orthonormal basis of <math>\Complex^n</math> with respect to the usual inner product. In other words, <math>UU^* = I</math>.
- <math>U</math> is an isometry with respect to the usual norm. That is, <math>\|Ux\|_2 = \|x\|_2</math> for all <math>x \in \Complex^n</math>, where <math display="inline">\|x\|_2 = \sqrt{\sum_{i=1}^n |x_i|^2}</math>.
- <math>U</math> is a normal matrix (equivalently, there is an orthonormal basis formed by eigenvectors of <math>U</math>) with eigenvalues lying on the unit circle.
Elementary constructions
2 × 2 unitary matrix
One general expression of a unitary matrix is
<math display=block>U = \begin{bmatrix}
a & b \\
-e^{i\varphi} b^* & e^{i\varphi} a^* \\
\end{bmatrix},
\qquad
\left| a \right|^2 + \left| b \right|^2 = 1\ ,</math>
which depends on 4 real parameters (the phase of , the phase of , the relative magnitude between and , and the angle ) and * is the complex conjugate. The form is configured so the determinant of such a matrix is
<math display=block> \det(U) = e^{i \varphi} ~. </math>
The sub-group of those elements <math>U</math> with <math>\det(U) = 1</math> is called the special unitary group SU(2).
Among several alternative forms, the matrix can be written in this form:
<math display=block>\ U = e^{i\varphi / 2} \begin{bmatrix}
e^{i\alpha} \cos \theta & e^{i\beta} \sin \theta \\
-e^{-i\beta} \sin \theta & e^{-i\alpha} \cos \theta \\
\end{bmatrix}\ ,</math>
where <math>e^{i\alpha} \cos \theta = a</math> and <math>e^{i\beta} \sin \theta = b,</math> above, and the angles <math>\varphi, \alpha, \beta, \theta</math> can take any values.
By introducing <math>\alpha = \psi + \delta</math> and <math>\beta = \psi - \delta,</math> has the following factorization:
<math display=block> U = e^{i\varphi /2} \begin{bmatrix}
e^{i\psi} & 0 \\
0 & e^{-i\psi}
\end{bmatrix}
\begin{bmatrix}
\cos \theta & \sin \theta \\
-\sin \theta & \cos \theta \\
\end{bmatrix}
\begin{bmatrix}
e^{i\delta} & 0 \\
0 & e^{-i\delta}
\end{bmatrix} ~.
</math>
This expression highlights the relation between unitary matrices and orthogonal matrices of angle .
Another factorization is
<math display=block>U = \begin{bmatrix}
\cos \rho & -\sin \rho \\
\sin \rho & \;\cos \rho \\
\end{bmatrix}
\begin{bmatrix}
e^{i\xi} & 0 \\
0 & e^{i\zeta}
\end{bmatrix}
\begin{bmatrix}
\;\cos \sigma & \sin \sigma \\
-\sin \sigma & \cos \sigma \\
\end{bmatrix} ~.
</math>
Many other factorizations of a unitary matrix in basic matrices are possible.
See also
- Hermitian matrix
- Skew-Hermitian matrix
- Matrix decomposition
- Orthogonal group O(n)
- Special orthogonal group SO(n)
- Orthogonal matrix
- Semi-orthogonal matrix
- Quantum logic gate
- Special Unitary group SU(n)
- Symplectic matrix
- Unitary group U(n)
- Unitary operator
