Computing Library › Glossary
Glossary

Eigenvalue Problem

Finding the special vectors a matrix only scales, and the scaling factors, which reveal a system's modes.

Definition

The eigenvalue problem seeks vectors v and scalars lambda such that Av = lambda v: directions that a matrix A merely stretches without rotating. The vectors are eigenvectors and the scalars eigenvalues.

For large sparse matrices, only a few extreme eigenvalues are usually needed, and iterative methods such as the Lanczos and Arnoldi algorithms compute these without forming the full spectrum. This selective computation is what makes large-scale stability analysis feasible.

Eigenvalues reveal a system's intrinsic behavior, its vibration modes, stability, and characteristic scales, so the eigenvalue problem recurs across physics and engineering. For large sparse matrices, only a few extreme eigenvalues are usually needed, and iterative methods such as Lanczos and Arnoldi compute them without forming the entire spectrum. This selective computation is what makes stability analysis of large systems, where a single growing mode signals instability, tractable.

Where it appears

Why it matters

Eigenvalues expose the intrinsic modes and stability of a system: whether it oscillates, grows, or decays. They are computed by specialized iterative algorithms, since direct calculation is infeasible for large matrices.

Fusion connection

Plasma stability analysis is often posed as an eigenvalue problem, where an eigenvalue with a growing component signals an instability, guiding the design of stable operating points for Hyperion.