Characteristic Polynomial

A polynomial whose roots determine the eigenvalues of a square matrix, fundamental to understanding linear transformations and their properties.

Characteristic Polynomial

The characteristic polynomial is a fundamental tool in linear algebra that provides crucial information about a square matrix and its associated linear transformation. For an n×n matrix A, the characteristic polynomial is defined as:

p(λ) = det(λI - A)

where:

Properties

  1. Degree: The characteristic polynomial is always of degree n, where n is the dimension of the matrix.

  2. Eigenvalues: The roots of the characteristic polynomial are precisely the eigenvalues of the matrix A. This connection makes it essential for:

  3. Coefficients: The coefficients of the characteristic polynomial contain important invariants:

    • The constant term is (-1)ⁿ times the determinant of A
    • The coefficient of λⁿ⁻¹ is -tr(A), where tr is the matrix trace

Applications

The characteristic polynomial finds applications in:

  1. Dynamical Systems

  2. Graph Theory

  3. Control Theory

Calculation Methods

Several approaches exist for computing characteristic polynomials:

  1. Direct Expansion

    • Using the determinant definition
    • Practical for small matrices (n ≤ 3)
  2. Faddeev-LeVerrier Algorithm

    • An efficient method for larger matrices
    • Computes coefficients recursively
  3. computer algebra system

    • Modern software systems can handle large matrices
    • Provides exact rather than numerical results

Relationship to Other Concepts

The characteristic polynomial connects deeply to:

Historical Development

The concept emerged from the work of augustin-louis cauchy and others in the 19th century, originally in the context of solving systems of differential equations. Its importance grew with the development of:

The characteristic polynomial remains a cornerstone of linear algebra and its applications, bridging pure mathematics with practical engineering and scientific applications.