KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesGauss-Jordan ReductionEngineering · Engineering MathematicsLesson 2/6← PrevNext →
GuidePublished 15 Aug 20264 min readBy Kevin Jogingauss jordanreduced row echelon formrow operationsidentity matrix
On this page

Ask about this page

KEVOS AIGauss-Jordan Reduction

KEVOS knowledge first · trusted web sources when needed

Matrices and Determinants

Gauss-Jordan Reduction

Carrying the elimination further so the solution is read directly from the matrix, with no back-substitution at all.

Category Engineering / MathematicsStream Matrices and DeterminantsLevel AdvancedReading 5 minSource Week 11, page 7; Week 12, pages 7-8

What this page covers

  • Distinguish row-echelon from reduced row-echelon form
  • Clear above the pivots as well as below
  • Read a solution directly from a reduced matrix
  • Say when the extra work is and is not worth it
On this page
  1. One step further
  2. Worked example: the source's 2×2 case
  3. Worked example: three variables
  4. Row operations as matrix multiplication
  5. When to use which
  6. Common mistakes
  7. Frequently asked questions

One step further

Gaussian elimination stops at row-echelon form and finishes by back-substitution. Gauss-Jordan continues the row operations until the coefficient block is the identity matrix, at which point the solution is simply written in the augmented column.

The two methods compared
GaussianGauss-Jordan
ClearsBelow each pivot onlyBelow and above
Ends atRow-echelon formReduced row-echelon form
Left block becomesUpper triangularThe identity matrix
Finishing stepBack-substitutionNone — just read it off
Best forSolving one systemInverting; several right-hand sides

Worked example: the source's 2×2 case

Solve x - 3y = 4, 2x + y = 1

1-34
211
The augmented matrix

Subtract twice row 1 from row 2, then divide by 7:

1-34
01-1
Row-echelon form — where Gaussian elimination would stop

Gauss-Jordan continues. The source's instruction is to multiply the second row by 3 and add to the first, clearing the -3 above the second pivot:

101
01-1
Source, Week 11, page 7. Reduced row-echelon form
x = 1, y = -1Read directly from the augmented column

No back-substitution was needed. The left block is the identity matrix, so each row reads as a single variable equalling a single number.

Worked example: three variables

The source's 3×3 case

Starting from the row-echelon form obtained earlier for x + y + z = 5, x - 4y - 3z = 11, -2x + 2y + 5z = -30:

1115
014/5-6/5
001-4
Row-echelon form

The source works upward, describing it as clean up the rightmost column, then clean up the middle column.

1109
0102
001-4
Source, Week 11, page 7. Third column cleared
1007
0102
001-4
Source. Middle column cleared
x = 7, y = 2, z = -4Source result, agreeing with the Gaussian solution
Check

7 + 2 - 4 = 5 ✓; 7 - 8 + 12 = 11 ✓; -14 + 4 - 20 = -30 ✓.

Work upward from the last pivot, clearing one column at a time. Going in the other order would undo work already done.

Row operations as matrix multiplication

The source makes a point in Week 12 that is easy to miss and worth the effort: every row operation can be performed by multiplying on the left by a suitable matrix.

The source's demonstration

Premultiplying the augmented matrix by

10
-21
subtracts twice row 1 from row 2

Premultiplying by

10
01/7
divides row 2 by 7

Premultiplying by

13
01
adds 3 times row 2 to row 1

The source then multiplies all three together into a single matrix and applies it in one step:

1/73/7
-2/71/7
Source, Week 12, page 8. The product of the three operations

Applying this to the augmented matrix takes it straight to reduced form. The source labels the observation achieving row operations using matrix multiplication.

Note

That combined matrix is the inverse of the coefficient matrix. This is not a coincidence — it is exactly why the Gauss-Jordan method inverts a matrix, and it is developed in Matrix Inverses.

When to use which

Choosing a method
TaskMethodReason
Solve one system by handGaussianBack-substitution is quicker than clearing upward
Invert a matrixGauss-JordanReduce [A | I] to [I | A-1]
Several right-hand sidesGauss-JordanOne reduction serves all of them
Determine consistency onlyGaussianThe bottom row settles it
Machine computationGaussian with pivotingFewer operations and better numerical stability

For hand calculation on a single system the extra clearing is rarely worth it. Its value appears when the same coefficient matrix must be used repeatedly.

Common mistakes

Errors and checks
MistakeCorrectWhy
Clearing upward before finishing downwardComplete row-echelon form firstOtherwise work is undone
Clearing columns left to right when going upWork from the last pivot backwardsLater columns must be cleared first
Not applying an operation to the augmented columnThe whole row movesThe constants must travel too
Expecting the identity when the system is dependentA zero row will appear insteadThe identity requires a unique solution
Using Gauss-Jordan on a single hand systemGaussian is quickerBack-substitution costs less
Multiplying on the right for a row operationRow operations are left multiplicationRight multiplication performs column operations

Frequently asked questions

How does it differ from Gaussian elimination?

Gaussian elimination clears only below each pivot and finishes with back-substitution. Gauss-Jordan clears above as well, leaving the identity matrix on the left and the solution on the right.

Is it faster?

For solving one system, no — the extra clearing costs more than the back-substitution it replaces. It pays off when inverting a matrix or handling several right-hand sides at once.

What does the final matrix look like?

The identity on the left of the rule and the solution values on the right. The source's example ends as [1  0 | 1; 0  1 | -1], read straight off as x = 1, y = -1.

Can row operations be done by matrix multiplication?

Yes. Each operation corresponds to multiplying on the left by an elementary matrix, and the source demonstrates this explicitly in Week 12.

Related pages

  • Gaussian Elimination and Row-Echelon Form
  • Matrix Inverses and Solving Linear Systems
  • Matrix Multiplication and Matrix Algebra
  • Consistent, Inconsistent and Dependent Systems

Source. Handwritten teaching notes, Week 11 page 7 and Week 12 pages 7-9.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Gaussian Elimination and Row-Echelon FormGuide · Engineering MathematicsNEXT LESSON →Matrices: Order, Equality, Addition and Scalar MultiplicationGuide · Engineering MathematicsMatrix Multiplication and Matrix AlgebraGuide · Engineering MathematicsMatrix Inverses and Solving Linear SystemsGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®