Linear System Solver
Enter coefficients for 2 or 3 linear equations and get exact solutions with full Cramer's rule step-by-step workings.
Enter coefficients for: ax + by = d
Enter coefficients for: ax + by + cz = d
Enter coefficients and click Solve
to see the step-by-step solution.
Solution
Step-by-Step Workings (Cramer's Rule)
Summary
Enter coefficients for 2 or 3 linear equations and get exact solutions with full Cramer's rule step-by-step workings.
How it works
- Select whether you want to solve a 2-variable or 3-variable system.
- Enter the coefficients (a, b, c) and the constant (d) for each equation.
- Click "Solve" to compute the coefficient matrix determinant D.
- The solver computes Dx, Dy (and Dz for 3-variable systems) by substituting the constants column.
- Variables are found by x = Dx/D, y = Dy/D, z = Dz/D (Cramer's rule).
- All intermediate determinants are shown so you can follow every step.
Use cases
- Checking algebra homework involving simultaneous equations.
- Verifying hand-computed Cramer's rule answers.
- Teaching determinant-based linear algebra concepts.
- Solving engineering or physics problems with multiple unknowns.
- Quickly finding intersection points of two or three planes.
- Debugging spreadsheet models with linear constraints.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu