Linear Equation Solver
Solve systems of linear equations1
\(A\mathbf{x} = \mathbf{b}\) using row reduction2 with detailed step-by-step output.
Handles consistent, inconsistent, and underdetermined systems.
A system of linear equations \(A\mathbf{x} = \mathbf{b}\) can be:
- Consistent with unique solution: Exactly one solution exists
- Consistent with infinitely many solutions: Free variables present (underdetermined)
- Inconsistent: No solution exists (contradictory equations)3
This solver uses Gauss-Jordan elimination4 to reduce the augmented matrix \([A|\mathbf{b}]\) to reduced row echelon form (RREF) and determine the solution set.
Enter dimensions and click Generate Matrix to create the augmented input grid.
1 — Compute
Solves the linear system using step-by-step row reduction and back substitution.
Resets all dimensions, matrix entries, and results.
Cite this tool
Kapita, S. (2026). Linear Equation Solver. Math Tools. https://doi.org/10.5281/zenodo.20981279
Kapita, Shelvean. "Linear Equation Solver." Math Tools, 2026, doi.org/10.5281/zenodo.20981279.
@online{kapita2026linearequation,
author = {Shelvean Kapita},
title = {{Linear Equation Solver}},
year = {2026},
organization = {Math Tools},
doi = {10.5281/zenodo.20981279},
url = {https://doi.org/10.5281/zenodo.20981279}
}