A rotation matrix is a square matrix with at least complex conjugate pair of eigenvalues , which correspond to a rotation about a 2D plane. In odd-numbered dimensions, there will exist at least one eigenvalue with value , which corresponds to the axis of rotation.

The angle of rotation in the rotational subspace is given by

The inverse of a rotation matrix rotates in the opposite direction of A. This makes intuitive sense, since for all matrices for which exists, $AA^{-1}=\mathbf{I}$$. That is, if you apply a rotation matrix, we would expect that applying its inverse would “undo” the rotation.

All rotation matrices are also orthogonal matrices.