History & Comments
Back
Fill content
Description:Added mathematical content
# Unitary matrices are invertible.Put content here**Fact.** Every unitary matrix is invertible. ⏎ By definition, if $U$ is unitary then $U^* U = I$, which means $U^{-1} = U^*$. The inverse of a unitary matrix is its conjugate transpose, which always exists. ⏎ Furthermore: - $|\det(U)| = 1$ (the determinant has absolute value 1) - The eigenvalues of a unitary matrix all have absolute value 1 - The product of unitary matrices is unitary ⏎ **Example.** For $U = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}$, we have $U^{-1} = U^* = \begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}$. # Parents * Unitary matrices
Sign in to add a new comment