linear-algebra

Definition

Eigenvalue

Let be a linear mapping over a field . A scalar is an eigenvalue of if there exists a non-zero vector such that:

For a square matrix , is an eigenvalue if there exists such that . This condition is satisfied if and only if is a root of the characteristic polynomial:

Algebraic and Geometric Properties

Algebraic Multiplicity: The number of times appears as a root of the characteristic polynomial.

Geometric Multiplicity: The dimension of the nullspace of , representing the number of linearly independent eigenvectors associated with . It holds that

Applications: Eigenvalues are fundamental to PCA, where they quantify the variance captured by each principal direction, and to spectral clustering.