Diagonalized
Diagonalized, in linear algebra, refers to a square matrix or linear operator that is similar to a diagonal matrix. A matrix A is diagonalizable over a field F if there exists an invertible matrix P with entries in F such that P^{-1} A P = D, where D is diagonal. Equivalently, there is a basis of F^n consisting of eigenvectors of A; in that basis the matrix representation is diagonal with the eigenvalues on the diagonal.
A key criterion is that A is diagonalizable if and only if A has n linearly independent
Computation proceeds by finding eigenvalues from det(A − λI) = 0, then solving (A − λI)x = 0 to obtain
Not all matrices are diagonalizable. For example, A = [[1,1],[0,1]] has a double eigenvalue 1 but only
Diagonalization is useful because it simplifies powers and functions of A: if A = P D P^{-1}, then