Mathematical Physicsundergraduategraduate

Eigenvalue Equation

Also known as: Eigenproblem · Characteristic equation · Spectral equation

An eigenvector of A is a direction the matrix only stretches (by λ), never rotates. Those directions are the coordinate system in which A acts as simple scaling — the skeleton of the transformation.

Av=λvA\mathbf{v} = \lambda\mathbf{v}
Live simulation
warming up the physics…

A unit input vector rotates continuously around the origin; the matrix maps it to an output vector that traces an ellipse. The two eigen-directions — where input (blue) and output (orange) become collinear — are drawn as dashed rays. Sliders reshape the symmetric matrix, moving the eigen-axes.

Equivalent forms

(AλI)v=0(A - \lambda I)\mathbf{v} = 0
det(AλI)=0\det(A - \lambda I) = 0
Quantized energy levels, principal axes of inertia, and normal modes of vibration are all the same statement: A v = λ v.