Can it handle fractions and decimals?
Yes. Enter integers, decimals, or fractions. The result uses exact fractions when possible so rounding does not hide a pivot or change the solution.
Dedicated matrix workspace
Solve a matrix in reduced row echelon form (RREF) and review every row-reduction step using exact fractions.
Set the matrix size, enter each value, then row reduce it to see every elementary operation.
Learn the method
Row reduction guide
Reduced row echelon form, usually shortened to RREF, is a unique simplified form of a matrix. It makes pivot positions, free variables, inconsistent rows, and the solutions of a linear system easier to identify.
Worked example
The augmented matrix below represents x + y = 5 and 2x − y = 1.
[ 1 1 | 5 ]
[ 2 −1 | 1 ][ 1 1 | 5 ]
[ 0 −3 | −9 ][ 1 1 | 5 ]
[ 0 1 | 3 ][ 1 0 | 2 ]
[ 0 1 | 3 ]x = 2 and y = 3Common questions
Yes. Enter integers, decimals, or fractions. The result uses exact fractions when possible so rounding does not hide a pivot or change the solution.
Yes. Include the constants as the last column. The resulting RREF shows whether a linear system has one solution, infinitely many solutions, or no solution.
The workspace supports rectangular and square matrices from 1 x 1 through 10 x 10. Adjust rows and columns independently before entering values.
Yes. Row echelon form clears entries below each pivot. RREF continues until every pivot is 1 and every other entry in each pivot column is zero.