Eigendecomposition
Eigendecomposition is used to decompose a matrix to different parts.
Like any integer can be decomposed into prime factors and that would give us more information on the integer itself like is it divisible by any number or multiplier of any number.
In the same way, matrics decomposition will give us more information on the matrix itself and will make easier for many functions to work on it.
Now how to find eigendecomposition,
- We will first find the eigen value and vector using the formula of eigenvalue-eigenvector
- Lets say, for a matrix
, we have eigenvalues , and the corresponding eigenvectors as , - By formula we know that,
- We will use these numbers in a matrix form by using the
, vectors in column
- If we simplify this by providing
as the column form matrix and the matrix as , then
This is the eigendecomposition of matrix A
Warning
This can only be used for square matrices