Orthogonal Diagonalization
A=QDQT
A square matrix A is orthogonally diagonalizable if there exists an orthogonal matrix Q and a diagonal matrix D such that QTAQ=D. Any n×n real matrix is diagonalizable if and only if it is symmetric (the Spectral Theorem).
D is a diagonal matrix built from A's eigenvalues.
Q is an orthogonal matrix derived from A's eigenvectors. For any symmetric matrix, which A is, any two of its eigenvectors corresponding to distinct eigenvalues are orthogonal. If we then normalize these eigenvectors we obtain Q.
Last updated