LibreTimes

July 24, 2026 · Theory · LibreTimes

Eigenvectors and Eigenvalues

Eigenvectors and eigenvalues, the characteristic equation, eigenspaces, and diagonalization of matrices.

Eigenvectors and eigenvalues are fundamental notions of linear algebra. They describe the "invariant directions" of a linear operator and underlie the diagonalization of matrices, with applications in quantum mechanics, machine learning, the theory of oscillations, and elsewhere.

Definitions

Let be a linear operator with matrix in some basis (that is, in coordinates is ).

Definition. A nonzero vector is called an eigenvector of the operator (of the matrix ) if there exists a number such that

The number is then called the eigenvalue corresponding to the vector . The field of scalars is or .

Geometric Interpretation

An eigenvector points in a direction that the operator does not change, only scales by a factor of . If , the vector is preserved; if , its direction reverses; means stretching, means shrinking.

The Characteristic Equation

Rewrite the definition by moving everything to one side:

This is a homogeneous system in the coordinates of . A nonzero solution (an eigenvector is nonzero by definition) exists if and only if the determinant of the system's matrix is zero:

Definition. The polynomial of degree is called the characteristic polynomial, and the equation is called the characteristic equation. Its roots are the eigenvalues.

Theorem. The characteristic polynomial does not depend on the choice of basis (similar matrices and have the same characteristic polynomial). So the eigenvalues are a characteristic of the operator itself, not of its matrix in a particular basis.

Algorithm

  1. Set up the characteristic equation and find its roots — the eigenvalues.
  2. For each , solve the homogeneous system — its nonzero solutions give the eigenvectors. The set of all solutions (together with zero) forms the eigenspace corresponding to .

Example

1. Eigenvalues.

(Check: the sum of the roots , and the product .)

2. Eigenvectors. For : , which gives .

For : , which gives .

Diagonalization

If, in an -dimensional space, an operator has a basis consisting of eigenvectors, then in this basis its matrix is diagonal, with the eigenvalues on the diagonal. In matrix language: assembling a matrix from the eigenvectors as columns gives

For the example above, gives (cf. the formula ).

Properties

  • A matrix has at most distinct eigenvalues (roots of the characteristic polynomial of degree ).
  • Eigenvectors corresponding to distinct eigenvalues are linearly independent. If there are exactly distinct eigenvalues, the operator is diagonalizable.
  • and (counted with multiplicity).
  • For a symmetric matrix, all eigenvalues are real, and eigenvectors corresponding to distinct eigenvalues are orthogonal.
0

No comments yet

Be the first to share your thoughts.