The formula this page uses
p(λ) = det(A − λI) for 2×2: p(λ) = λ² − (trace A)·λ + det A
Solve characteristic polynomial problems with clear steps, notation, and a final check.
Evaluate the governing formula locally in your browser. Define each known quantity once, then change values to test another case instantly.
Choose an example or enter a formula.
No calculations yet.
p(λ) = det(A − λI) for 2×2: p(λ) = λ² − (trace A)·λ + det A
The matrix
Because it is a fingerprint that survives a change of basis. Two matrices that describe the same transformation in different coordinate systems produce the identical polynomial, so its coefficients describe the transformation rather than the numbers you happened to write down.
No, it breaks it. Row operations change eigenvalues, so the polynomial you get afterwards belongs to a different matrix. Expand det(A − λI) directly, or use the trace-and-determinant shortcut for a 2×2.
Yes, it turns a determinant expansion into two glances. Sum the diagonal for the trace, cross-multiply for the determinant, and write λ² − (trace)λ + det. The 3×3 version exists too but involves the sum of the three 2×2 minors.
Yes. [[2, 0], [0, 2]] and [[1, 1], [0, 1]] are genuinely different transformations, yet the table above shows both give a polynomial with a single repeated root. The polynomial pins down eigenvalues but not the full behaviour.