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

Row Echelon Form and Back Substitution

College Depth 82 in the knowledge graph I know this Set as goal
4,306topics build on this
337prerequisites beneath it
See this on the map →
Gaussian Elimination and Row ReductionReduced Row Echelon FormThe Standard Matrix of a Linear Transformation
systems row echelon form matrices

Core Idea

A matrix is in row echelon form if non-zero rows appear before zero rows and each non-zero row has a leading (pivot) entry to the right of the pivot above. REF allows back-substitution to find solutions. Pivot columns identify basic variables; non-pivot columns identify free variables.

Explainer

From your study of Gaussian elimination, you know the process: apply row operations to systematically eliminate unknowns from equations below each pivot row. Row echelon form (REF) is the name for the structured shape that results. Think of it as a descending staircase from left to right: each non-zero row has its first nonzero entry — the pivot — strictly to the right of the pivot in the row above, and any all-zero rows sink to the bottom. The matrix does not have to have zeros above the pivots; that extra cleanup produces the reduced row echelon form, which comes later.

The staircase shape makes solving the system mechanical through back substitution. Starting from the bottommost non-zero row, you have one equation involving one or a few unknowns. Solve for the leading variable. Substitute its value upward into the next row, again giving you one new equation with one new leading variable. Continue upward. Each step resolves one variable; by the time you reach the top row, every variable is determined. You never have to wrestle with two unknowns simultaneously — elimination already did that work.

The pivot positions tell you something fundamental about the solution structure. Columns with pivots correspond to basic variables — each has a unique value once free variables are assigned. Columns without pivots correspond to free variables — each can take any value, with basic variables adjusting to compensate. If there are r pivots across n unknowns, there are n − r free variables. A system with free variables has infinitely many solutions, forming a parameterized family. No solutions arise when a zero row is paired with a nonzero right-hand side — a contradiction of the form 0 = c ≠ 0.

A practical detail: two different sequences of row operations on the same matrix can produce different row echelon forms — REF is not unique. But the number of pivots and which columns contain them are invariant regardless of the path you take. That count of pivots is the rank of the matrix, and it has geometric meaning: it equals the dimension of the column space, the number of independent constraints the system actually imposes on the unknowns. Everything important about the solution structure is encoded in rank and the pivot/free-variable split.

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 Substitution

Longest path: 83 steps · 337 total prerequisite topics

Prerequisites (1)

Leads To (2)