Reduced Row Echelon Form (RREF) Calculator
Input your matrix coefficients below to transform it into Reduced Row Echelon Form using Gauss-Jordan elimination.
Resulting Matrix:
What is Reduced Row Echelon Form?
In linear algebra, a matrix is in Reduced Row Echelon Form (RREF) if it satisfies the following conditions:
- All non-zero rows are above any rows of all zeros.
- The leading coefficient (the first non-zero number from the left, called the pivot) of a non-zero row is always 1.
- Each leading 1 is to the right of the leading 1 in the row above it.
- Each column that contains a leading 1 has zeros everywhere else in that column.
Steps for Gauss-Jordan Elimination
This calculator uses the Gauss-Jordan elimination method, which involves three types of elementary row operations:
- Swapping: Interchange two rows.
- Scaling: Multiply a row by a non-zero constant.
- Pivoting: Add a multiple of one row to another row.
Example Calculation
Suppose you have the following system of linear equations:
x + 2y + 3z = 9
2x – y + z = 8
3x + 0y – z = 3
2x – y + z = 8
3x + 0y – z = 3
By entering these coefficients (1, 2, 3, 9; 2, -1, 1, 8; 3, 0, -1, 3) into the calculator, the RREF process will solve for x, y, and z simultaneously.
| ' + val.toFixed(2).replace(/\.00$/, "") + ' | '; } html += '