Definition
Let be a square matrix. A scalar (or ) is an eigenvalue of if there exists a non-zero vector (or ), called an eigenvector, such that:

Equivalently, and satisfy the equation , where is the identity matrix. (see also Eigendecomposition)

Intuition

  • An eigenvalue represents the factor by which the eigenvector is scaled under the transformation defined by .
  • Eigenvectors point in directions that remain unchanged (up to scaling) under the transformation .

Key Properties

  1. Characteristic Equation:
    The eigenvalues are the roots of the characteristic polynomial .
  2. Number of Eigenvalues:
    An matrix has at most eigenvalues (counting multiplicities).
  3. Diagonalizability:
    is diagonalizable if there exists a basis of eigenvectors, which occurs if has linearly independent eigenvectors.
  4. Matrix trace and Determinant:
    • The trace of , , equals the sum of its eigenvalues: .
    • The determinant of equals the product of its eigenvalues: .
  5. Symmetric Matrix:
    If is symmetric (), all eigenvalues of are real, and its eigenvectors can be chosen to be orthogonal.
  6. Singularity:
    is singular (not invertible) if and only if is an eigenvalue.