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
Hartree-Fock Theory
The foundational mean-field method for solving the electronic Schrödinger equation using antisymmetrised orbital products.
Perturbation Theory in Quantum Chemistry
Systematic expansion of energies and wavefunctions in powers of a small perturbation, including the Møller-Plesset treatment of electron correlation.
Finance & economics
Econometrics
Engineering & CS
Machine learning
Confirmatory Factor Analysis
A theory-driven factor model in which loadings and factor correlations are constrained a priori and tested against data.
Factor Analysis
Dimensionality-reduction technique decomposing observed variables into latent common factors and unique error terms.
Structural Equation Modeling
A framework combining a measurement model and a structural model to test hypothesized relationships among latent variables.
Life sciences
Quant ecology
Life sciences
Quant genetics
Physical sciences
Quantum computing