Row Echelon Form Calculator
Reduce a matrix to row echelon form using Gaussian elimination.
--
This tool is for informational and educational purposes only. It is not a substitute for professional financial, medical, legal, or engineering advice. See Terms of Service.
Can't find what you need?
Request a ToolHow to Use the Row Echelon Form Calculator
Enter a matrix with rows separated by semicolons and values separated by commas. The calculator reduces it to row echelon form.
- Enter the matrix. Use semicolons between rows and commas between values. For an augmented matrix, include the constants as additional columns.
- Read the result. The row echelon form is displayed with leading 1s in each pivot position.
- Copy or share. Use the buttons to save the result.
About Row Echelon Form
A matrix is in row echelon form (REF) when: all zero rows are at the bottom, the leading entry of each nonzero row is to the right of the leading entry of the row above it, and each leading entry is 1. Gaussian elimination is the process of converting a matrix to REF through row operations (swapping rows, scaling rows, adding multiples of one row to another). REF is used to solve systems of linear equations via back-substitution, determine matrix rank, and find determinants.
Frequently Asked Questions
What is row echelon form?
Row echelon form is a matrix form where all zero rows are at the bottom, and each leading entry is 1 and is to the right of the leading entry above it. All entries below each leading 1 are zero.
What is the difference between REF and RREF?
In REF, entries below each pivot are zero. In reduced row echelon form (RREF), entries above and below each pivot are zero. RREF is unique for a given matrix; REF is not.
How do you solve a system of equations with row echelon form?
Write the augmented matrix, reduce to REF, then use back-substitution starting from the bottom row to find each variable.