Characteristic Polynomial Calculator
Find the characteristic polynomial, trace, and determinant of a 2 by 2 matrix.
About the Characteristic Polynomial Calculator
Characteristic Polynomial Examples
Trace supplies the linear coefficient and determinant supplies the constant term.
| Matrix | Polynomial | Explanation |
|---|---|---|
| [2, 0; 0, 3] | λ² - 5λ + 6 | The polynomial factors as (λ - 2)(λ - 3). |
| [1, 2; 3, 4] | λ² - 5λ - 2 | The trace is 5 and the determinant is -2. |
| [0, -1; 1, 0] | λ² + 1 | The trace is zero and determinant is one. |
How to Calculate a Characteristic Polynomial
- Enter the first matrix row from left to right.
- Enter the second matrix row in the remaining fields.
- Select Calculate Polynomial to compute trace and determinant.
- Read the monic polynomial and solve it for eigenvalues if needed.
Characteristic Polynomial FAQ
What are the roots of a characteristic polynomial?
Its roots are the eigenvalues of the matrix. Each root identifies a scale factor associated with at least one eigenvector.
How do trace and determinant appear in the polynomial?
For a 2 by 2 matrix, the trace is the negative of the linear coefficient. The determinant is the constant term.
Does every square matrix have a characteristic polynomial?
Yes, every finite square matrix has one. An n by n matrix produces a polynomial of degree n.
Why must the matrix be square?
The expression subtracts a scalar identity matrix and takes a determinant, both requiring equal row and column counts. Rectangular matrices do not have characteristic polynomials in this standard sense.
Can a characteristic polynomial have complex roots?
Yes, a real matrix may have nonreal eigenvalues in conjugate pairs. For example, a planar rotation matrix can produce λ squared plus one.