Reduced Echelon Calculator
The reduced echelon form of a matrix is the cleanest, most standardized shape a matrix can take through row operations. For students meeting linear algebra for the first time, the 2 by 2 case is the perfect training ground: every elimination step can be done by hand, the geometry is easy to picture, and the results connect directly to solving two equations in two unknowns.
The Reduced Echelon Calculator on this page works with any 2 by 2 matrix you enter. It returns both the row echelon form (REF) and the reduced row echelon form (RREF), side by side. It also reports the determinant, the rank, and whether the matrix is invertible.
What Is Reduced Echelon Form?
A matrix is in row echelon form (REF) when it has a staircase shape. A matrix is in reduced row echelon form (RREF) when every leading entry equals 1, and each leading 1 is the only nonzero number in its column. The procedure producing REF is Gaussian elimination; the one producing RREF is Gauss-Jordan elimination.
For 2 by 2 matrices, the REF of a full-rank matrix looks like [1, a; 0, 1]; the RREF is always the identity [1, 0; 0, 1]. The RREF is unique — a dependable check for hand calculations.
Why Reduced Echelon Form Matters
Echelon forms are the standard language for linear systems. REF lets you solve by back-substitution; RREF lets you read the solution directly. The determinant (ad − bc) connects: nonzero means invertible, identity RREF, one unique solution; zero means singular, zero row, no or infinite solutions.
How to Use the Calculator
Step 1: Type your 2×2 matrix, one row per line (e.g., “2 1” / “1 3”).
Step 2: Confirm 2 rows, 2 numbers each.
Step 3: Click Calculate.
Step 4: Read REF and RREF to compare staircase vs fully reduced.
Step 5: Read Determinant, Rank, and Invertible indicator.
Worked Example 1: Full Rank
Matrix [2, 1; 1, 3]. REF: [1, 0.5] [0, 1]. RREF: identity [1, 0] [0, 1]. Determinant: 5. Rank: 2. Invertible: Yes.
Worked Example 2: Singular
Matrix [2, 4; 1, 2]. REF: [1, 2] [0, 0]. RREF: [1, 2] [0, 0]. Determinant: 0. Rank: 1. Invertible: No — row 2 is half of row 1.
Tips
- Enter exactly 2 rows, 2 numbers each.
- Compare REF and RREF side by side.
- Compute determinant by hand first (ad − bc).
- Use the identity test for invertibility.
- Watch for proportional rows — expect determinant zero.
- REF is not unique but RREF is.
Frequently Asked Questions
1. What is reduced echelon form? The unique simplest form: leading 1s, cleared columns, staircase, zero rows at bottom.
2. REF vs RREF? REF allows nonzeros above pivots; RREF forces pivots to 1 and clears above.
3. Determinant of 2×2? ad − bc.
4. What does invertible mean? Nonzero determinant; RREF is identity.
5. What does rank tell me? Rank 2 = invertible; rank 1 = singular; rank 0 = zero matrix.
CONCLUSION
The calculator shows REF and RREF together with determinant, rank, and invertibility. The key takeaway: nonzero determinant, full rank, independent rows, identity RREF, and one unique solution are all the same fact.