math concept 12 topics use this
Math concept
Eigenvalues & Eigenvectors
Core equation
$$A\mathbf{v} = \lambda\mathbf{v}$$
Eigenvectors are special directions that a linear transformation stretches without rotating. Eigenvalues measure the amount of stretching. Together they reveal the intrinsic structure of any linear transformation and appear in PCA, quantum mechanics, graph theory, and more.

Definition

For a square matrix $A \in \mathbb{R}^{n\times n}$, a non-zero vector $\mathbf{v}$ is an eigenvector with eigenvalue $\lambda$ if:

\[A\mathbf{v} = \lambda\mathbf{v}\]

Eigenvalues are roots of the characteristic polynomial $\det(A - \lambda I) = 0$.

Spectral theorem

For real symmetric $A = A^\top$, all eigenvalues are real and eigenvectors can be chosen orthonormal — the spectral decomposition:

\[A = Q\Lambda Q^\top = \sum_{i=1}^n \lambda_i \mathbf{q}_i \mathbf{q}_i^\top\]

This is the foundation of PCA, where $A = X^\top X$ and the eigenvectors are principal components.

Fields that use this concept
Life sciences Bioinformatics
Physical sciences Computational chemistry
Finance & economics Econometrics
Engineering & CS Machine learning
Social sciences Psychometrics
Life sciences Quant ecology
Life sciences Quant genetics
Physical sciences Quantum computing