Cramer's Rule Calculator
Solves a 2×2 or 3×3 system with exact fractions, shows every determinant expanded term by term, and when D = 0 separates the two cases most calculators merge: dependent with infinitely many solutions, or inconsistent with none.
Related tools
All Matrices & vectors tools →Cramer's Rule Calculator is free to use as often as you like, directly from this page. It sits under Matrices & vectors in our catalogue, alongside Descartes' Rule of Signs Calculator and Simpson's Rule Calculator.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does Cramer's Rule Calculator do?
Solves a 2×2 or 3×3 system with exact fractions, shows every determinant expanded term by term, and when D = 0 separates the two cases most calculators merge: dependent with infinitely many solutions, or inconsistent with none.
When would I actually use this?
Checking a decomposition done by hand, solving a linear system, and finding the eigenvalues that describe how a transformation stretches space.
What is the most common mistake?
Inverting a matrix to solve a system. Elimination or a factorisation is both faster and far more stable numerically; an explicit inverse amplifies rounding error, especially when the matrix is close to singular.
How is Cramer's Rule Calculator different from Descartes' Rule of Signs Calculator?
They sit next to each other but answer different questions: Descartes' Rule of Signs Calculator is the one to open when you need it to sign changes in f(x) and f(−x) marked one by one, then every possible (positive, negative, complex) combination that adds up to the degree. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
Simpson's Rule Calculator is the closest one after this: Integrate with the 1/3 and 3/8 rules, with the weight pattern shown, the subinterval count adjusted when it must be, and the error bound.
What else is worth having open alongside it?
Trapezoidal Rule Calculator and Rule of three — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
The decompositions follow their textbook definitions with partial pivoting where it applies. Results are exact for small integer matrices and subject to floating-point rounding otherwise.