The eigen-equation: directions that only scale
Most vectors get both rotated and scaled when you multiply by a matrix. But special vectors — eigenvectors — only get scaled:
is the eigenvalue (the scaling factor); is the corresponding eigenvector (the invariant direction).
Geometric meaning: maps the line through back to itself, just stretched or flipped. If , the direction is amplified. If , it's compressed. If , it's flipped and scaled. If , the entire direction is killed — lands in the null space.
This is the skeleton of the transformation: eigenvectors are the axes that acts on most simply. Any other vector is a superposition of eigenvectors, and the matrix just scales each component independently.
