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 and click Solve
to see the step-by-step solution.

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

  1. Select whether you want to solve a 2-variable or 3-variable system.
  2. Enter the coefficients (a, b, c) and the constant (d) for each equation.
  3. Click "Solve" to compute the coefficient matrix determinant D.
  4. The solver computes Dx, Dy (and Dz for 3-variable systems) by substituting the constants column.
  5. Variables are found by x = Dx/D, y = Dy/D, z = Dz/D (Cramer's rule).
  6. 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