Orthogonal matrix


A real square matrix is said to be orthogonal if all of its rows or columns are orthogonal vectors. Further, the matrix is said to be orthonormal if all of its rows or columns are orthonormal vectors.

Characterizations

Any one of the following properties is sufficient to identify an orthogonal matrix A\mathrm{A} and are all true for such a matrix:

  • ATA=AAT=I\mathrm{A}^{T}\mathrm{A}=\mathrm{A}\mathrm{A}^{T}=\mathrm{I} where T^{T} denotes transposition and I\mathrm{I} is the identity matrix.
  • AT=A1\mathrm{A}^{T}=\mathrm{A}^{-1} where A1\mathrm{A}^{-1} is the inverse matrix.

Properties

  • It is invertible with inverse A1=AT\mathrm{A}^{-1}=\mathrm{A}^{T}.
  • It is Identity matrix A1=A\mathrm{A}^{-1}=\mathrm{A}^{*} where A\mathrm{A}^{*} denotes the conjugate transpose.
  • The determinant detA\det \mathrm{A} is either +1+1 or 1-1.