Matrix diagonalization
A diagonalizable matrix
where
Idea
The idea is that we have a basis of the vector space in which the transformation given by
- Diagonal matrix: scale changes in the main axes.
- Symmetric matrix: scale changes in the main axes, but seen from a different point of view obtained by a rigid transformation (element of O(n))
- General diagonalizable matrix: scale changes in the main axes, but seen from a different point of view obtained by a general linear transformation (element of the general linear group).
It is related to singular value decomposition. Indeed they are equal when the matrix is symmetric and positive-semidefinite. See MSE.
Diagonalization method
- Solve
. The solutions are called eigenvalues. - For every
we look for a basis of the subspace
They are the eigenvectors associated to the eigenvalue
3. If we have enough eigenvectors to complete a basis of
a. There are complex solutions in step 1.
b. Even with enough solutions, or even in the case of a complex matrix, any
If a matrix is diagonalized, its diagonal form is unique, up to a permutation of the diagonal entries. This is because the entries on the diagonal must be all the eigenvalues. For instance,
are examples of two different ways to diagonalize the same matrix.
Important fact: common eigenvectors.