0% found this document useful (0 votes)
301 views4 pages

Changing A Matrix Into Echelon Form

This document explains how to convert a matrix into row echelon form and reduced row echelon form using elementary row operations. It defines the properties of matrices in row echelon form and reduced row echelon form. An example is provided to demonstrate transforming a sample matrix A into its row echelon and reduced row echelon forms through a series of row operations. The key steps are to pivot the matrix by finding the leading entry in each row and making it 1, then processing non-zero entries above each pivot to get the reduced form.

Uploaded by

Dinçer Töremen
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
301 views4 pages

Changing A Matrix Into Echelon Form

This document explains how to convert a matrix into row echelon form and reduced row echelon form using elementary row operations. It defines the properties of matrices in row echelon form and reduced row echelon form. An example is provided to demonstrate transforming a sample matrix A into its row echelon and reduced row echelon forms through a series of row operations. The key steps are to pivot the matrix by finding the leading entry in each row and making it 1, then processing non-zero entries above each pivot to get the reduced form.

Uploaded by

Dinçer Töremen
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Changing a Matrix Into Echelon Form

This lesson shows how to convert a matrix to its row echelon form and to its reduced row echelon
form.

Echelon Forms

A matrix is in row echelon form (ref) when it satisfies the following conditions.

 The first non-zero element in each row, called the leading entry, is 1.
 Each leading entry is in a column to the right of the leading entry in the previous row.
 Rows with all zero elements, if any, are below rows having a non-zero element.

A matrix is in reduced row echelon form (rref) when it satisfies the following conditions.

 The matrix is in row echelon form (i.e., it satisfies the three conditions listed above).
 The leading entry in each row is the only non-zero entry in its column.

A matrix in echelon form is called an echelon matrix. Matrix A and matrix B are examples of
echelon matrices.

1 2 0 0
2 3 4 0 0 1 0
0 0 1 3 0 0 0 1
1
0 0 0 1 0 0 0 0
0 0 0 0

A B

Matrix A is in row echelon form, and matrix B is in reduced row echelon form.

How to Transform a Matrix Into Its Echelon Forms

Any matrix can be transformed into its echelon forms, using a series of elementary row operations.
Here's how.

1. Pivot the matrix

a. Find the pivot, the first non-zero entry in the first column of the matrix.
b. Interchange rows, moving the pivot row to the first row.
c. Multiply each element in the pivot row by the inverse of the pivot, so the pivot
equals 1.
d. Add multiples of the pivot row to each of the lower rows, so every element in the
pivot column of the lower rows equals 0.

2. To get the matrix in row echelon form, repeat the pivot


a. Repeat the procedure from Step 1 above, ignoring previous pivot rows.
b. Continue until there are no more pivots to be processed.

2. To get the matrix in reduced row echelon form, process non-zero entries above each pivot.

a. Identify the last row having a pivot equal to 1, and let this be the pivot row.
b. Add multiples of the pivot row to each of the upper rows, until every element above
the pivot equals 0.
c. Moving up the matrix, repeat this process for each row.

Transforming a Matrix Into Its Echelon Forms: An Example

To illustrate the transformation process, let's transform Matrix A to a row echelon form and to a
reduced row echelon form.

1 2 1 1 2 1 1 2 1 1 0 -3
1 2 ⇒ 0 1 2 ⇒ 0 1 2 ⇒ 0 1 2 ⇒ 0 1 2
0 1 2 1 2 7 8 0 3 6 0 0 0 0 0 0
2 7 8

A A1 A2 Aref Arref

To transform matrix A into its echelon forms, we implemented the following series of elementary
row operations.

1. We found the first non-zero entry in the first column of the matrix in row 2; so we
interchanged Rows 1 and 2, resulting in matrix A1.
2. Working with matrix A1, we multiplied each element of Row 1 by -2 and added the result to
Row 3. This produced A2.
3. Working with matrix A2, we multiplied each element of Row 2 by -3 and added the result to
Row 3. This produced Aref. Notice that Aref is in row echelon form, because it meets the
following requirements: (a) the first non-zero entry of each row is 1, (b) the first non-zero
entry is to the right of the first non-zero entry in the previous row, and (c) rows made up
entirely of zeros are at the bottom of the matrix.
4. And finally, working with matrix Aref, we multiplied the second row by -2 and added it to the
first row. This produced Arref. Notice that Arref is in reduced row echelon form, because it
satisfies the requirements for row echelon form plus each leading non-zero entry is the only
non-zero entry in its column.

Note: The row echelon matrix that results from a series of elementary row operations is not
necessarily unique. A different set of row operations could result in a different row echelon matrix.
However, the reduced row echelon matrix is unique; each matrix has only one reduced row echelon
matrix.

Test Your Understanding of This Lesson


Problem 1

Consider the matrix X, shown below.

0 1

X = 1 2

0 5

Which of the following matrices is the reduced row echelon form of matrix X ?

1 0 1 0 1 0
1 0 1 0 1 0 0
0 1 0 0 0 0 1 0 1
0 0

A B C D

(A) Matrix A
(B) Matrix B
(C) Matrix C
(D) Matrix D
(E) None of the above

Solution

The correct answer is (B). The elementary row operations used to change Matrix X into its reduced
row echelon form are shown below.

1 2 1 2 1 0
1 ⇒ 0 1 ⇒ 0 1 ⇒ 0 1
0 1 2 0 5 0 0 0 0
0 5

X X1 X2 Xrref

To change X to its reduced row echelon form, we take the following steps:

1. Interchange Rows 1 and 2, producing X1.


2. In X1, multiply Row 2 by -5 and add it to Row 3, producing X2.
3. In X2, multiply Row 2 by -2 and add it to Row 1, producing Xrref.

Note: Matrix A is not in reduced row echelon form, because the leading entry in Row 2 is to the left
of the leading entry in Row 3; it should be to the right. Matrix C is not in reduced row echelon form,
because column 2 has more than one non-zero entry. And finally, matrix D is not in reduced row
echelon form, because Row 2 with all zeros is followed by a row with a non-zero element; all-zero
rows must follow non-zero rows.

You might also like