An eigenvector of matrix is a nonzero vector whose direction is unchanged by the transformation: , where is the eigenvalue.
Geometric meaning: eigenvectors are the directions that get purely scaled (not rotated) under the transformation. The eigenvalue is the scale factor.
Eigendecomposition: if has linearly independent eigenvectors, then , where is the matrix of eigenvectors and is diagonal with eigenvalues.
Key properties:
- — determinant is the product of eigenvalues
- — trace is the sum of eigenvalues
- — powers become trivial in eigenspace
Where it appears:
- Principal Component Analysis (PCA) — eigenvectors of the covariance matrix are principal directions
- Positive Definite Matrices — characterized by all
- Stability analysis — system is stable iff all eigenvalues have negative real part
Computed via Power Iteration (dominant eigenvalue) or characteristic polynomial .
See also: Singular Value Decomposition (SVD)