Linear Algebra & Matrices
Transform any matrix into its reduced row echelon form (RREF) using Gauss-Jordan elimination. Perfect for solving systems of linear equations and matrix analysis.
Click any example to load it into the calculator
Simple augmented matrix for solving linear equations
2×3 matrix
1 2 3; 4 5 6
System of 3 equations with 3 unknowns
3×4 matrix
2 1 -1 8; -3 -1 2 -11; -2 1 2 -3
Finding rank and RREF of a square matrix
3×3 matrix
1 2 3; 4 5 6; 7 8 9
Larger matrix with mixed positive and negative values
4×5 matrix
1 -2 3 0 5; 2 -4 7 2 12; 0 0 1 1 3; 3 -6 10 2 17