Updated
Using System of equations solver
For two linear equations, determinant = a × e − b × d. Cramer’s rule gives x = (c × e − b × f) ÷ determinant and y = (a × f − c × d) ÷ determinant.
Supports two equations in x and y. A zero determinant means no unique solution; this tool does not classify every dependent case. Near-zero determinants can make the result sensitive to rounding.
A worked example
With a in ax + by = c = 2, b in ax + by = c = 1, c in ax + by = c = 5, d in dx + ey = f = 1, e in dx + ey = f = -1, f in dx + ey = f = 1, the x is 2.
Before you use the result
Supports two equations in x and y. A zero determinant means no unique solution; this tool does not classify every dependent case. Near-zero determinants can make the result sensitive to rounding.
Example results for a in ax + by = c
These examples use b in ax + by = c: 1; c in ax + by = c: 5; d in dx + ey = f: 1; e in dx + ey = f: -1; f in dx + ey = f: 1. They are reference calculations, not recommended settings.
| a in ax + by = c | x |
|---|---|
| 1 | 3 |
| 2 | 2 |
| 4 | 1.2 |
Cite this page
ToolOctopus. “System of equations solver.” Updated 2026-09-26. https://tooloctopus.com/system-of-equations-solver.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
