eigenvalue-eigenvector

06-27-2022 || 01:18
Tags: #linear-algebra

eigenvalue-eigenvector

For any square matrix, the eigenvalue λ and the eigenvector x are formulated as,

Ax=λx;x0

Every eigenvalue λ has a corresponding eigenvector x

To find eigenvalue and vecotor we need to solve this equation with determinant,

determinant(AλI)=0

That will give us the eigenvalue λ, and using those we can get the corresponding eigenvector x


References