Characteristic Polynomial
The characteristic polynomial of a matrix encodes all eigenvalue information in a single polynomial. Its roots are the eigenvalues, its coefficients are symmetric functions of the eigenvalues, and it is invariant under similarity -- making it one of the most important invariants in linear algebra.
Definition
Let . The characteristic polynomial of is:
This is a polynomial of degree in with leading coefficient :
The eigenvalues of are exactly the roots of .
Some authors define instead, which gives a monic polynomial (leading coefficient ). In this convention, . We will follow the convention but note when the monic form is used.
Computing characteristic polynomials
For :
So , and the eigenvalues are:
Let . Since is upper triangular:
Eigenvalues: (algebraic multiplicity ) and (algebraic multiplicity ).
The companion matrix of the polynomial is:
The characteristic polynomial of (in the monic convention) is exactly . This proves that every monic polynomial is the characteristic polynomial of some matrix.
For : the companion matrix has eigenvalues .
Coefficients of the characteristic polynomial
Let with eigenvalues (over the algebraic closure). In the monic convention , the coefficients are the elementary symmetric polynomials:
where:
- ,
- ,
- ,
- .
Let have eigenvalues . Then:
- .
- .
- .
Characteristic polynomial (monic): .
The coefficient can be computed directly from as the sum of all principal minors:
For : .
Check: eigenvalues , so .
Similarity invariance
If for some invertible , then .
In particular, similar matrices have the same eigenvalues (with the same algebraic multiplicities), the same trace, and the same determinant.
.
Let and (over ). Then .
Both have , eigenvalues .
and both have characteristic polynomial and eigenvalues .
But while , and since for all , the matrices and are not similar. The characteristic polynomial alone does not determine the similarity class.
Characteristic polynomial of a linear transformation
For a linear transformation on a finite-dimensional vector space, the characteristic polynomial is defined as for any basis of .
This is well-defined (independent of the basis choice) by the similarity invariance theorem.
Let with basis , and .
The matrix of : , , , so .
Characteristic polynomial: . Only eigenvalue: with . The eigenspace is , so . This confirms is nilpotent ().
On , the right shift operator has matrix .
Characteristic polynomial: . Eigenvalue with , (kernel is ).
Factoring characteristic polynomials
.
Characteristic polynomial (monic): ... let us compute carefully.
.
Expanding along the first row: .
So . Setting : , so , giving . The other roots (over ) are where .
Over : only is a real eigenvalue.
.
.
Over : eigenvalue only. Over : eigenvalues .
The factor is irreducible over but splits as over .
.
, and one can compute , or in monic form: .
Eigenvalues: () and ().
The discriminant
For a matrix with , the discriminant is:
- : two distinct real eigenvalues.
- : one repeated real eigenvalue.
- : two complex conjugate eigenvalues (no real eigenvalues).
- : . Eigenvalues: .
- : . Eigenvalue: (repeated).
- : . Eigenvalues: .
Summary
The characteristic polynomial is the bridge between matrix algebra and polynomial algebra:
- Its roots are the eigenvalues.
- Its coefficients encode symmetric functions of eigenvalues (trace, determinant, etc.).
- It is similarity-invariant, so it belongs to the linear map, not just the matrix.
- It factors over into linear factors (Fundamental Theorem of Algebra), guaranteeing that every complex matrix has at least one eigenvalue.
- The Cayley--Hamilton theorem states that : every matrix satisfies its own characteristic polynomial.