Solve systems of linear equations $A\mathbf{x} = \mathbf{b}$ using row reduction with detailed step-by-step output.
Handles consistent, inconsistent, and underdetermined systems.
A system of linear equations $A\mathbf{x} = \mathbf{b}$ can be:
This solver uses Gauss-Jordan elimination to reduce $[A|\mathbf{b}]$ to RREF and determine the solution set.