Eigenvectors: Directions That Refuse to Turn
Some directions survive a linear transformation without changing direction. Those are eigenvectors.
Most vectors change both length and direction under a matrix. An eigenvector is special:
It may stretch, shrink or reverse, but it remains on the same line.
Why should such directions exist?
Imagine repeatedly applying a transformation. Components along different eigenvectors are repeatedly multiplied by their eigenvalues.
This is the intuition behind the power method.
Why ML cares
For a covariance matrix, eigenvectors identify principal directions of variation. PCA orders these directions by eigenvalue, letting us preserve the most important variation with fewer coordinates.
In dynamics, eigenvalues tell us whether modes grow or decay. In quantum mechanics, eigenvectors and eigenvalues become states and observable values.
The same tiny equation appears everywhere because it discovers the transformation’s own preferred coordinate system.