DefinitionDiagonalization:(Linear algebra) The process of transforming a square matrix into a diagonal matrix by finding a set of eigenvectors with the property that they are linearly independent and they span the entire vector space, and then expressing the matrix as a product of its eigenvectors and a corresponding matrix of eigenvalues. Note: Diagonalization is only valid for diagonalizable matrices, which have a full set of base of linearly independent eigenvectors. This is what is used in linear algebra, differential equations, physics to ease doing matrix math, analysing dynamical systems, solving systems of linear equations and more. For instance: every symmetric matrix can be diagonalized: its eigenvectors and eigenvalues can be computed and the diagonal matrix is then simply constructed using these eigenvectors as columns.