🌱
Eigendecomposition is the process of a decomposing a square matrix into a set of eigenvectors and eigenvalues.
Let be an square matrix. If has linearly independent eigenvectors , with corresponding eigenvalues , then can be factorized as where is the matrix whose -th column is the eigenvector of , and is the diagonal matrix whose diagonal elements are the corresponding eigenvalues, i.e. ## Steps for Eigendecomposition 1. Find Eigenvalues: 1. For solve: 2. Find Eigenvectors: 1. For each find eigenvector by solving the system of linear equations 3. Construct the Matrix and : 1. Form by placing eigenvectors as columns in 2. Form by placing eigenvalues on the diagonal. 4. Verification: 1. Verify the decomposition by checking if holds.
This method only works if is diagonalizable, if not then Jordan Canonical Form must be used.