Skip to content
Allin

Characteristic polynomial calculator

Enter a square matrix (2×2 to 5×5) and get its characteristic polynomial p(λ) = det(λI − A), whose roots are the eigenvalues. It uses the Faddeev–LeVerrier algorithm, which is exact at any size, and also reports the trace and determinant.

Polynomial Factoring CalculatorFactor over ℚ with the pattern named at every step: GCF, difference of squares, perfect square, sum or difference of cubes (SOAP), the ac-method and grouping — then verified by re-expansion.Polynomial Long Division CalculatorThe whole tableau, subtraction row by subtraction row, with quotient, remainder and the identity dividend = divisor × quotient + remainder checked for you.Polynomial Roots CalculatorEnter a polynomial equation in x (any degree) and get the degree, all real and complex roots and their multiplicity, with steps.Euler characteristic calculator (V − E + F)For a polyhedron or a triangulated surface, χ = V − E + F. A convex polyhedron gives χ = 2; the genus g = (2 − χ)/2 tells you how many handles the surface has (0 = sphere, 1 = torus).Absolute Value Equation SolverSolve absolute-value equations like |x+3| = 5, 3|x+2| = 12 or |x+1| = |x−3| with step-by-step case analysis and exact solutions.Absolute Value Inequality SolverSolve absolute-value inequalities such as |x+3| < 5 or |x−2| > 3 and get the solution as an interval, with AND/OR reasoning explained step by step.Algebraic Expression SimplifierCombines like terms, expands or factors, with implicit multiplication understood (2x is 2·x). When a cancellation removes a factor, the excluded value is stated — (x²−4)/(x−2) is x+2 only for x ≠ 2, and that restriction is part of the answer.Beta Function CalculatorCompute the Euler Beta function B(x, y) = Γ(x)·Γ(y) / Γ(x+y) via a stable log-gamma.

Characteristic polynomial calculator is free to use as often as you like, directly from this page. Its place is under Algebra & equations; Polynomial Factoring Calculator and Polynomial Long Division Calculator answer the questions closest to this one.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What does Characteristic polynomial calculator do?

Enter a square matrix (2×2 to 5×5) and get its characteristic polynomial p(λ) = det(λI − A), whose roots are the eigenvalues. It uses the Faddeev–LeVerrier algorithm, which is exact at any size, and also reports the trace and determinant.

What does a concrete case look like?

[[2, 1], [1, 2]] → λ² − 4λ + 3 → λ = 1, λ = 3 — the tool shows every step in between, not just the final figure.

When would I actually use this?

Getting through a problem set: solving for the unknown, factoring an expression, and — more usefully — seeing the steps that got there.

What is the most common mistake?

Losing a solution when both sides are squared or divided by an expression. Squaring can add roots that do not satisfy the original equation, and dividing can remove one — check every answer back in the original.

How is Characteristic polynomial calculator different from Polynomial Factoring Calculator?

They sit next to each other but answer different questions: Polynomial Factoring Calculator is the one to open when you need it to factor over ℚ with the pattern named at every step: GCF, difference of squares, perfect square, sum or difference of cubes (SOAP), the ac-method and grouping — then verified by re-expansion. Pick whichever matches what you're starting from — both are free.

Is there a tool for the next step?

Polynomial Long Division Calculator is the closest one after this: The whole tableau, subtraction row by subtraction row, with quotient, remainder and the identity dividend = divisor × quotient + remainder checked for you.

What else is worth having open alongside it?

Polynomial Roots Calculator and Euler characteristic calculator (V − E + F) — they come up in the same task often enough to be worth a second tab.

Where do the figures come from?

The algebra is symbolic where the expression allows it and numeric otherwise, and the tool says which it used. Exact results are given as fractions or radicals rather than rounded decimals.

Further reading

All guides