λmem.ac
imagesmodepost cover

Eigenvalues, but Make It Cute

The one direction that survives

An eigenvector is a direction a matrix leaves alone, up to scaling:

Av=λvA\mathbf{v} = \lambda \mathbf{v}

The scale factor λ\lambda is the eigenvalue. Everything else about AA is bookkeeping around these special directions.

infoNoteexpand_more

Symmetric matrices are the friendly ones — real eigenvalues, orthogonal eigenvectors, no drama.

Where they hide

PCA, PageRank, and the stability of every dynamical system you’ll ever meet are all eigenvalue questions wearing different hats.