The Directions That Don't Rotate
Eigenvalues answer the most fundamental question about a linear system: does it grow, shrink, or stay the same, and in which directions?
Given a square matrix , an eigenvector is a non-zero vector that merely scales rather than rotates:
The scalar is the eigenvalue, representing the stretch, compression, or flip factor.
To find them, rearrange as . For a non-zero solution, the matrix must be singular:
This is the characteristic equation, a polynomial whose roots are the eigenvalues.
The Shortcut
For any matrix , skip full expansion using the trace () and determinant ().
| Quantity | Formula | Purpose |
|---|---|---|
| Char. Equation | Direct setup | |
| Sum | Fast check | |
| Product | Fast check |
Economic and Data Applications:
- Input-output models: Dominant eigenvalue shows if an economy yields a net surplus.
- Dynamic systems: Stability requires all ; otherwise, the system explodes.
- Markov chains: The stationary distribution matches .
- PCA: Eigenvectors of the covariance matrix reveal directions of greatest variation.