Eigenvalues and Eigenvectors
Characteristic Polynomial
Form the characteristic polynomial det(A - λI) = λ² - tr(A)λ + det(A) for a 2×2 matrix. Compute the trace and determinant, then assemble the polynomial.
Example
characteristic polynomial
For an n×n matrix A, the characteristic polynomial is det(A - λI). For 2×2: det(A - λI) = λ² - tr(A)λ + det(A), where tr(A) = a₁₁ + a₂₂ and det(A) = a₁₁a₂₂ - a₁₂a₂₁.