A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Reduced Row Echelon Form

College Depth 83 in the knowledge graph I know this Set as goal
12topics build on this
338prerequisites beneath it
See this on the map →
Row Echelon Form and Back SubstitutionRank-Nullity Theorem
systems rref normal form

Core Idea

Reduced row echelon form (RREF) is the unique simplest form where: matrix is in REF, all pivots equal 1, and all entries above and below pivots are zero. RREF reveals solutions directly with no back-substitution. Every matrix has a unique RREF, which determines rank and solution structure.

Explainer

You already know row echelon form (REF): zeros below each pivot, with each pivot to the right of the one above it. REF simplified your system enough that you could use back-substitution to read off the solution. Reduced row echelon form (RREF) takes the same process one step further by also eliminating all entries *above* each pivot, then scaling each pivot to 1. The result is a form so simple that you can read solutions off directly, with no back-substitution required.

In RREF, each pivot column has exactly one nonzero entry: the pivot itself, which equals 1. All other entries in that column are 0. This means each free variable (corresponding to a non-pivot column) can be assigned any value, while each basic variable (corresponding to a pivot column) is then determined uniquely in terms of those free variables. The solution structure is fully exposed: the number of pivots is the rank, the number of non-pivot columns (free variables) is the nullity, and the relationship rank + nullity = n is manifest in the RREF.

The most important property of RREF is uniqueness: every matrix has exactly one RREF, regardless of which row operations you used to reach it. This is not true of REF — you can produce many different REFs for the same matrix depending on the sequence of operations. This uniqueness makes RREF a canonical form: two matrices have the same RREF if and only if they represent equivalent systems (the same solution set). In practice, RREF is the final state you are aiming for in Gauss-Jordan elimination, and it makes the solution structure completely transparent.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewVectors in Two DimensionsVector Operations: Addition, Subtraction, and Scalar MultiplicationDot Product (Inner Product in R^n)Matrix MultiplicationDeterminants of 2×2 and 3×3 MatricesInvertible Matrices and Matrix InversesSystems of Linear Equations and Matrix FormGaussian Elimination and Row ReductionRow Echelon Form and Back SubstitutionReduced Row Echelon Form

Longest path: 84 steps · 338 total prerequisite topics

Prerequisites (1)

Leads To (1)