Solve systems of linear equations by transforming an augmented matrix into reduced row echelon form.
Enter the coefficients of your linear system and the constant terms to find the unique solution, or determine if no solution or infinite solutions exist.
Click on any example to load it into the calculator.
A simple 2-variable system that resolves to a single unique solution.
2x2 System
2 | 1 | 9 |
1 | -1 | 3 |
A standard 3-variable system to demonstrate the process on a slightly larger scale.
3x3 System
1 | 1 | 2 | 9 |
2 | 4 | -3 | 1 |
3 | 6 | -5 | 0 |
An inconsistent system where the row reduction leads to a contradiction (e.g., 0 = 1).
3x3 System
1 | 2 | -1 | 4 |
2 | 5 | 2 | 9 |
1 | 3 | 3 | 6 |
A dependent system where one equation is a combination of others, leading to a free variable.
3x3 System
1 | 2 | 3 | 6 |
2 | 5 | 8 | 15 |
1 | 3 | 5 | 9 |