A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Characteristic Polynomial and Diagonalization

College Depth 85 in the knowledge graph I know this Set as goal
158topics build on this
350prerequisites beneath it
See this on the map →
Eigenvalues and EigenvectorsCofactor Expansion and n×n Determinants+1 moreCharacteristic Equation and Closed-Loop StabilityRouth-Hurwitz Stability Criterion+2 more
characteristic polynomial diagonalization eigenvalues

Core Idea

The characteristic polynomial of A is det(A − λI), whose roots are eigenvalues. A matrix is diagonalizable if its eigenvectors form a complete basis. Diagonalizable matrices A satisfy A = PDP-1, where D is diagonal and P is the eigenvector matrix. Similar matrices share eigenvalues and determinant.

Explainer

From your study of eigenvalues and eigenvectors, you know that λ is an eigenvalue of A when Av = λv for some nonzero vector v — equivalently, when (A − λI)v = 0 has a nontrivial solution. This happens precisely when A − λI is singular, meaning det(A − λI) = 0. The characteristic polynomial is simply this determinant written as a function of λ: p(λ) = det(A − λI). Its roots are exactly the eigenvalues of A.

For an n×n matrix, p(λ) is a polynomial of degree n. For a 2×2 matrix [[a,b],[c,d]], p(λ) = (a−λ)(d−λ) − bc = λ² − (a+d)λ + (ad−bc). Notice what appears: the coefficient of λⁿ⁻¹ is always −tr(A) (the trace, sum of diagonal entries), and the constant term is always det(A). This means you can read off two important eigenvalue facts without solving anything: the sum of all eigenvalues equals tr(A), and the product of all eigenvalues equals det(A). The characteristic polynomial encodes these global properties as coefficients.

Diagonalization asks: can we choose a basis of eigenvectors? If A has n linearly independent eigenvectors v₁, …, vₙ with eigenvalues λ₁, …, λₙ, form the matrix P whose columns are these vectors and D = diag(λ₁, …, λₙ). Then AP = PD (multiply out: AP's i-th column is Avᵢ = λᵢvᵢ = PD's i-th column), so A = PDP⁻¹. This decomposition is powerful because Aᵏ = PDᵏP⁻¹, and raising a diagonal matrix to a power is trivial: just raise each diagonal entry to that power.

Not every matrix is diagonalizable. The obstruction arises when the geometric multiplicity (dimension of the eigenspace) is less than the algebraic multiplicity (multiplicity as a root of the characteristic polynomial) for some eigenvalue. For instance, the matrix [[2,1],[0,2]] has characteristic polynomial (λ−2)², so λ = 2 has algebraic multiplicity 2, but the eigenspace is only 1-dimensional — there is only one independent eigenvector. No basis of eigenvectors exists, so the matrix is not diagonalizable. Similar matrices (A and B = PAP⁻¹ for invertible P) always share the same characteristic polynomial and therefore the same eigenvalues, trace, and determinant — these are similarity invariants that capture intrinsic properties of the linear transformation regardless of which basis you choose.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewVectors in Two DimensionsVector Operations: Addition, Subtraction, and Scalar MultiplicationDot Product (Inner Product in R^n)Matrix MultiplicationDeterminants of 2×2 and 3×3 MatricesInvertible Matrices and Matrix InversesSystems of Linear Equations and Matrix FormGaussian Elimination and Row ReductionRow Echelon Form and Back SubstitutionThe Standard Matrix of a Linear TransformationEigenvalues and EigenvectorsCharacteristic Polynomial and Diagonalization

Longest path: 86 steps · 350 total prerequisite topics

Prerequisites (3)

Leads To (4)