The characteristic polynomial p(λ) = det(A − λI) carries every spectral fact about A — its degree, individual coefficients, roots, and behavior under similarity all encode information about the matrix. The table below collects each structural property of the polynomial alongside its statement and the connection it makes to A.
| Aspect of p(λ) = det(A − λI), for n × n A |
Statement |
Connection |
| Degree |
deg p = n |
matches the matrix size |
| Leading term |
(−1)n λn |
sign alternates with n; sometimes flipped to make it monic |
| Coefficient of λn−1 |
(−1)n−1 · tr(A) |
sum of eigenvalues equals tr(A) |
| Constant term p(0) |
det(A) |
product of eigenvalues equals det(A); A invertible ⟺ p(0) ≠ 0 |
| Roots |
the n eigenvalues with algebraic multiplicity |
spectral characterization of A |
| Similarity |
similar matrices share p(λ) |
p is a basis-independent invariant of the transformation |
| Cayley-Hamilton |
p(A) = O (zero matrix) |
A−1 and high powers Ak become polynomials in A of degree ≤ n − 1 |
| 2×2 form |
p(λ) = λ² − tr(A) · λ + det(A) |
discriminant Δ = tr² − 4·det classifies eigenvalue type |
| 3×3 form |
p(λ) = −λ³ + tr(A) · λ² − M₂ · λ + det(A) |
M₂ is the sum of 2×2 principal minors |