Quant GT
Browse all lessons
Section 17 · Lesson 17.3

Eigenvalues and Eigenvectors

Special directions a matrix only stretches, not rotates.

An eigenvector of a square matrix AA is a non-zero vector vv that the matrix only scales:

Av=λvA v = \lambda v

The scaling factor λ\lambda is the eigenvalue. Eigenvectors are special directions where the matrix's action is just stretching by a factor.

Properties:

Trace equals the sum of eigenvalues.Determinant equals the product of eigenvalues.Symmetric real matrices always have real eigenvalues and orthogonal eigenvectors — extremely useful.

Eigenvalues drive the long-run behavior of linear systems. PCA uses eigenvectors of the covariance matrix as principal components. PageRank is an eigenvector. Markov chain stationary distributions are eigenvectors with eigenvalue 11. The largest-magnitude eigenvalue often dominates long-run dynamics — the spectral gap measures how fast the system mixes.