A square matrix is said to be diagonal if it only has nonzero entries on the diagonal. For example, the identity matrix is diagonal
An square matrix is said to be diagonalizable if it is similar to an diagonal matrix, that is, given a matrix and a diagonal matrix , is diagonalizable if there exists some Invertible matrix such that
Diagonalization is the process of finding and , or equivalently finding a Basis of vectors in which is diagonal. The vectors that make up this basis are the columns of and are known as eigenvectors and the entries of the diagonalized are known as its eigenvalues. Since eigenvalues are often very meaningful quantities, it is useful to reverse the previous form to express in term of its diagonal (i.e. eigenvalue) matrix. In this context, is usually written as instead and we get
This is known as the eigendecomposition of .
The value of diagonalization is that many calculation can be solved either trivially or with much greater ease when a matrix is in diagonal form as compared to its general form. One example is the determinant of a diagonal matrix, which is just the product of its diagonal entries.
Properties#
- If is a symmetric matrix, then is orthogonal, .
- where is the -th element on the diagonal of .