Row reduction and echelon forms

Everything You Need in One Place

Homework problems? Exam preparation? Trying to grasp a concept or just brushing up the basics? Our extensive help & practice library have got you covered.

Learn and Practice With Ease

Our proven video lessons ease you through problems quickly, and you get tonnes of friendly practice on questions that trip students up on tests and finals.

Instant and Unlimited Help

Our personalized learning platform enables you to instantly find the exact walkthrough to your specific type of question. Activate unlimited help now!

Get the most by viewing this topic in your current grade. Pick your course now.

?
Intros
Lessons
  1. Row Reduction and Echelon Form Overview:
  2. Echelon Matrix vs. Reduced Echelon Matrix
    • 3 properties for echelon form
    • Addition 2 properties for reduced echelon form
    • What is the difference between them?
  3. Pivot Position and Pivot Column
    • pivot position = leading entry
    • pivot column = column of pivot position
  4. The Row Reduction Algorithm
    • The 5 steps of the algorithm
    • Making sure it is in reduced echelon form
  5. Solutions of Linear Systems
    • Reduced echelon form of augmented matrix
    • Basic variables and free variables
    • Writing out the solutions
?
Examples
Lessons
  1. Difference between Echelon Form and Reduced Echelon Form
    Label whether the following matrices are in echelon form or reduced echelon form:
    1. echelon form or reduced echelon form
    2. difference between echelon form and reduced echelon form
    3. echelon form and reduced echelon form
    4. echelon form or reduced echelon form
  2. Learning the Row Reduction Algorithm
    Row reduce the matrices to reduced echelon form. Circle the pivot positions in the final and original matrix, and list the pivot columns from the original matrix in part b:
    1. Row Reduction Algorithm
    2. Row reduce the matrix to reduced echelon form
  3. Finding the General Solution of a Matrix
    Find the general solution of the following matrices:
    1. Finding the General Solution of a Matrix
    2. what is General Solution of a Matrix
  4. Linear Systems with Unknown Constants
    Choose values of a and b where the system has infinitely many solutions, and no solutions:
    1. x1+ax2=4 x_1+ax_2=4
      2x1+4x2=b2x_1+4x_2=b
    2. 3x1x2=6 3x_1-x_2=6
      x1+ax2=bx_1+ax_2=b
Topic Notes
?

Row Reduction and echelon form


Through the last lesson we studied the method of solving a linear system with matrices using Gaussian elimination, and we talked about the two stages of this elimination technique and how some people have different names for them. Therefore, throughout this lesson we will continue talking about Gaussian elimination, but now usually calling it by its other name: row reduction method, and we will focus on the results from the mentioned two stages of it: the row echelon form and the reduced row echelon form of a matrix.

What is row echelon form


The matrix row echelon form (or simple matrix echelon form) is a simplified equivalent version of a matrix which has been reduced row by row. In order to understand completely what this type of matrix is and its characteristics we need to learn the next four basic concepts:
  • A non-zero row is a row that has at least one entry that is not zero.
  • The leading entry of a row is the left-most non-zero entry in a non-zero row.
  • The pivot position is just the leading entries of the echelon form matrix.
  • The pivot column is the column of the pivot position.

Therefore, any rectangular matrix is in echelon form if it has the next three properties:
1. \quad All non-zero rows are above any rows of all zeros.
2. \quad Each leading entry of a row is in a column to the right of the leading entry of the row above it.
3. \quad All entries in a column below a leading entry, are zeros.

If the rectangular matrix satisfies 2 more additional properties, then it is said this is a reduced echelon form matrix:
4. \quad The leading entry in each non-zero row is 1.
5. \quad Each leading 1 is the only non-zero entry in its column.

Essentially the difference between the definition of echelon form and the reduced echelon form is that the former has a value of 1 as all of its leading entries, and the leading entries columns have all zeros below and above.

How to row reduce


We have already practiced row reduction linear algebra with the exercises containing augmented matrices in the past lesson, this time we will focus on regular matrices (not augmented), they could be matrices with any magnitude combinations, and for that we usually call them rectangular matrices, but be remember that all of the operations shown in here can be applied to any type of matrix.

There is no specific set of steps about which of the three types of matrix row operations, or combinations of them, need to be used in order to perform row reduction to produce a row echelon matrix, or a reduced echelon matrix. But, we can think of a general algorithm with the steps for the process of reducing matrices into these echelon forms (which operations to use will be left for your intuition in each case, so practice is key!). And so, we have listed the algorithm below.

The steps for the row reduction algorithm:
1. \quad Look for the leftmost non-zero column. This is our pivot column.
2. \quad Find a non-zero entry in the pivot column. This is our pivot position. It should be at the very top of the pivot column.
3. \quad Use matrix row reduction to make all the entries below the pivot equal to zero.
4. \quad Ignore the row with the pivot and now operate on the next one to the right. Repeat Step 1-3 again and again until you have worked through all of the columns.

*The next step is added to the algorithm when row reducing into the reduced echelon form (notice this next step is what would be called back substitution or the Gaussian Jordan elimination method).
5. \quad Find your rightmost pivot. Row reduce it until is equal to 1.
6. \quad Make all the entries above this pivot equal to 0.
7. \quad Repeat steps 5 and 6 for all the pivots in the reduced matrix.

Row echelon form vs. reduced row echelon form


We have mentioned before that reduced matrices into echelon form have only two differences to those in reduced echelon form. Let us take a look at the representation of these two types of matrices:

Row Reduction and echelon form
Equation 1: Difference between echelon form and row echelon form

As you can see, each of them is a row reduced matrix with pivot points and a triangular configuration, but the matrix in echelon form can contain any values as its non-zero entries, while the one in reduced echelon form can only contain ones. Furthermore, the second difference comes from the fact that the matrix in reduced echelon form can only contain zeros either above of below its pivot points in each column.
Let us work through a few row echelon form examples so you can actively look for the differences between these two types of matrices.

Example 1

Label whether the matrix provided is in echelon form or reduced echelon form:

Row Reduction and echelon form
Equation 2: 3x3 identity matrix

This matrix is in reduced echelon form because the leading entries for each row are all ones and they are the only non-zero entries on their corresponding columns. Notice the reduced echelon form of matrix in equation 2 is also what we call an identity matrix, from this we can obtain a new concept: If a reduced echelon form matrix is a square matrix without zero rows, this will be an identity matrix.

Example 2

Is this an echelon form or reduced echelon form matrix?

Row Reduction and echelon form
Equation 3: Example of matrix in echelon form

This matrix is in echelon form. We can fast identify this cannot be in reduced echelon form since a few of the leading entries differ from one. The characteristics that make this a matrix in echelon form is that the pivot in each row is to the right of the pivot in the row above it, besides, everything below each pivot is zeros.

Example 3

Label whether the matrix provided is in echelon form or reduced echelon form:

Row Reduction and echelon form
Equation 4: Example of matrix in reduced echelon form

This matrix is in reduced echelon form due to the next two reasons:
All of its pivots are ones and everything above or below the pivots are zeros.

Example 4

Is the next matrix in echelon form or reduced echelon form?

Row Reduction and echelon form
Equation 5: Example of matrix in reduced echelon form

This particular matrix is in reduced echelon form. Notice that this can be tricky to identify since you have many columns with different values which are not either one or zero. The reason why this is an example of a matrix in reduced echelon form is that all of the leading coefficients are ones, and in the corresponding columns of the leadings coefficients you can only find zeros on top or below them.

So it doesnt matter that the second and fourth columns have coefficients different to one or zero, as long as the coefficients above or below the pivots are zero, and the pivots themselves are ones (and of course remember that each pivot must be to the right of the pivot in the row above it) you have a matrix in reduced echelon form.

Reducing a matrix to row echelon form


The process to reduce to echelon form or reduced echelon form is essentially the same as you can observe from the row reduction algorithm above. The main difference comes from the fact that obtaining the reduced echelon form tends to take longer time since you need to make sure all the leading coefficients (or pivots) are ones and all the elements either above or below them in their corresponding columns must be zeros.

Now we will work on finding the general solutions to augmented matrices, this with the purpose of solving systems of differential equations.

From the lesson on representing a linear system as a matrix we learnt that in order to find the general solution to an augmented matrix we need to find the reduced row echelon form of the matrices representing such linear systems, therefore, for the next examples we will be row reducing the given matrices into their respective row reduced echelon form to start practicing this process. We will later find the general solutions of the matrices in the next set of examples.

Example 5

Row reduce the next matrix to reduced echelon form. Circle the pivot positions in the final and original matrices, and list the pivot columns from the original matrix.

Row Reduction and echelon form
Equation 6: 3x4 matrix to reduce

Following the row reduction matrix method:

Row Reduction and echelon form

Row Reduction and echelon form

Row Reduction and echelon form
Equation 7: Row reducing the provided matrix

Therefore the reduced echelon form of the matrix in equation 6 is:

Row Reduction and echelon form
Equation 8: Final matrix

Circling the pivot positions in the final and original matrices, and marking the pivot columns from the original matrix:

Row Reduction and echelon form
Equation 9: Comparison between original and final matrix

Example 6

Row reduce the next matrix to reduced echelon form. Circle the pivot positions in the final and original matrices, and list the pivot columns from the original matrix.

Row Reduction and echelon form
Equation 10: 3x4 matrix to reduce

Row reduce matrix in equation 10:

Row Reduction and echelon form

Row Reduction and echelon form

Row Reduction and echelon form

Row Reduction and echelon form

Row Reduction and echelon form
Equation 11: Row reducing the provided matrix

Therefore the reduced echelon form of the matrix in equation 10 is:

Row Reduction and echelon form
Equation 12: Final matrix

Circling the pivot positions in the final and original matrices, and marking the pivot columns from the original matrix:

Row Reduction and echelon form
Equation 13: Comparison between original and final matrix

Next, for the following examples we will be computing their general solutions, for which we need to perform matrix reduction to reduced echelon form first, and then obtain the general solution for the variables in the system of equations from which the augmented matrices come from. Notice these problems are very similar to those seen in our last lesson.

Example 7

Find the general solution of the following matrix:

Row Reduction and echelon form
Equation 14: Augmented matrix

Computing the Gaussian elimination to produce the reduced echelon form matrix and write down the system of equations corresponding to this case:

Row Reduction and echelon form

Row Reduction and echelon form
Equation 15: Row reducing the augmented matrix

Looking at the resulting system of equations we can obtain the general solution to the matrix by noting the solution value for each of the variables in it:

x1=4,  x2=3  x_{1} = 4, \; x_{2} = 3 \; and   x3= \; x_{3} = free
Equation 16: General solution to the matrix

Looking at the columns on the left hand side of the matrix after the reduction process we can now define two types of variables that an echelon and reduced echelon form matrix can have. In equation 15 we can see how the first and second column (corresponding to variables x1x_{1} \, and x2\, x_{2} ) contain a pivot, while the third column (corresponding to variable x3x_{3} ) does not. This means that variables x1x_{1} \, and x2\, x_{2} are basic variables, while x3x_{3} is a free variable. Free variables are those which can take any constant value and will not change the proportionality of the system of equations or the augmented matrix equation. But there is a catch, if we have a free variable which can take ANY constant value as its own, this means this particular system can have an infinitesimally amount of possible solutions!

Example 8

Find the general solution of the following matrix:

Row Reduction and echelon form
Equation 17: Augmented matrix

This particular matrix is already in echelon form, but since we are looking for the general solution of the matrix we need to obtain its reduced echelon form first. Thus, let us row reduce it into its reduced echelon form:

Row Reduction and echelon form

Row Reduction and echelon form

Row Reduction and echelon form
Equation 18: Row reducing the augmented matrix

As you can see from the matrix in reduced echelon form x1x_{1}, x2x_{2}, x4x_{4} are basic variables since all of them have a pivot on the matrix. The free variable of this matrix is x3x_{3} since there is no pivot for it, and we can see this by solving the resulting system of linear equations in order to find the final general solution:

x1=9x3 x_{1} = 9x_{3} - 21

x2= x_{2} = 85x3 - 5x_{3}

x3= x_{3} = free

x4=1 x_{4} = -1
Equation 19: General solution to the matrix

***

As final exercises we will look into an application of row reduction and echelon forms: finding out if a system of linear equations can have infinite solutions or if it just cant be solved (no solutions).

Example 9


Choose values of aa and bb where the system has infinitely many solutions, and no solutions:

x1+ax2= x_{1} + ax_{2} = 4

2x1+4x2=b 2x_{1} + 4x_{2} = b
Equation 20: System of linear equations

Remember that in order to have infinitely many solutions it means you need to have a free variable in the system. Thus, what we will be looking for in here is to find a free variable. Why is it that we need a free variable? Because a free variable is that which can have ANY value and so, by changing the value of that particular free variable to ANY number, then you can have an infinite amount of possible solutions for the whole system.

For this matrix case to have a free variable means that the second row should be all zeros, thus we row reduce the matrix in order to obtain an expression for the second row that would allow us to convert it to all zeros by inputting certain values to aa and bb:

Row Reduction and echelon form
Equation 21: Reducing the augmented matrix

And so, in order to make the second row to be all zeros, the values that aa\, and b\, b must be: a=2a=2 \, and \, b= {8.

Now, the other way around is when you have no possibility to obtain a solution for the system you are given. This happens when you have an inconsistent row in the augmented matrix you are working on (something saying zero is equal to any other constant for example), sometimes this can leave you with less equations than the unknowns you have to solve for and so, there is no way to obtain the solutions to all of the variables involved.

Then, for the reduced augmented matrix in equation 21 to have a second row which is inconsistent a and b must get the values of: a=2a=2 and bb88.

Example 10

Choose values of aa \, and b \, b where the system has infinitely many solutions, and no solutions:

3x1x2= 3x_{1} - x_{2} = 6

x1+ax2=b x_{1} + ax_{2} = b
Equation 22: System of linear equations

Then, we need to obtain the corresponding augmented matrix and row reduce it to find an expression on the second row where we can find the values for a zero row, or an inconsistent row.

Row Reduction and echelon form
Equation 23: Reducing the augmented matrix

And so, for the case of infinitely many solutions the values of a and b must be: a=13a = -\frac{1}{3} \, and b=2\, b=2
Then for the case of no solutions: a=13a = -\frac{1}{3} \, and bb22.

***

To finish up with this lesson, we would like to recommend you to visit these two lessons on row reduction and echelon forms which contain not only different forms of a row reduction example, but extensive explanations on the topic.

We hope you have enjoyed this lesson, see you in the next one!

A non-zero row is a row that has at least one entry that is not zero.

The leading entry of a row is the leftmost non-zero entry in a non-zero row.

A rectangular matrix is in echelon form if it has the three properties:

  1. All non-zero rows are above any rows of all zeros.
  2. Each leading entry of a row is in a column to right of the leading entry of the row above it.
  3. All entries in a column below a leading entry are zeros.

If the rectangular matrix satisfies 2 more additional properties, then it is in reduced echelon form:

  1. The leading entry in each non-zero row is 1.
  2. Each leading 1 is the only non-zero entry in its column.

Essentially the difference between the two forms is that the reduced echelon form has 1 as a leading entry, and the column of the leading entry has 0's below and above.

The pivot position is just the leading entries of the echelon form matrix.

The pivot column is the column of the pivot position.

Here are the steps for the row reduction algorithm:

  1. Look for the leftmost non-zero column. This is our pivot column.
  2. Find a non-zero entry in the pivot column. This is our pivot position. It should be at the very top of the pivot column.
  3. Use matrix row operations to make all the entries below the pivot 0.
  4. Ignore the row with the pivot. Repeat Step 1-3 again and again until you can't anymore.
  5. Find your rightmost pivot. Make it 1. Then make all the entries above it 0.