Diagonalisation
Diagonalisation is the process of expressing a square matrix A as a similar diagonal matrix. If there exists an invertible matrix P such that P^{-1} A P is diagonal, then A is diagonalizable and A can be written as A = P D P^{-1}, where D is diagonal. The diagonal entries of D are the eigenvalues of A, and the columns of P are the corresponding eigenvectors.
A matrix is diagonalizable over a field F if and only if it has n linearly independent
Computationally, one finds the eigenvalues by solving det(A − λI) = 0, then for each eigenvalue λ_i solves
Special cases include real symmetric matrices, which are orthogonally diagonalizable: there exists an orthogonal Q with
Applications of diagonalisation include simplifying powers A^k, solving linear differential equations and recurrence relations, and analysing