Linear Algebra › Reduced Row Echelon Form and Row Operations
Find the inverse using row operations
To find the inverse, use row operations:
add the third row to the second
subtract the second row from the top
subtract the first row from the second
subtract two times the first row from the bottom row
subtract three times the bottom row from the second row
subtract 2 times the middle row from the bottom row
add the bottom row to the top
The inverse is
Note that the top row is missing. How many ways can the top row be completed in order to form a matrix in reduced row-echelon form?
Infinitely many
None
One
Two
Three
A matrix is in reduced row-echelon form if it satisfies four conditions:
All zero rows must be below all nonzero rows.
Any leading nonzero element in a nonzero row must be 1.
Each leading 1 must be to the right of the one above it.
The other elements in the same column of any leading 1 must be zeroes.
The second row has nonzero elements, so the first row cannot be all zeroes; this would violate Condition 1. There must be at least one nonzero element in the top row. The first row must have a leading 1, by Condition 2. The first nonzero element in the second row is in the second column, as seen below; the leading 1 in the first row must be in the first column,
.
Since leading 1's are located in the second and fourth columns, by Condition 4, the second and fourth elements in the top row must be zeroes.
However, there are no restrictions on the remaining element. The first three conditions are already met, and, since the 1 in the second row and third column is not a leading 1, it does not restrict the other entries in the third column.
It follows that there are infinitely many ways to fill the first row in.
True or false:
is an elementary matrix.
True
False
An elementary matrix is one that can be formed by performing a single row operation on the (here, four-by-four) identity matrix
A matrix qualifies as an elementary matrix if and only if it differs from in exactly one of three ways:
Exactly two rows have changed position with each other.
Exactly one of its elements on its main diagonal - upper left to lower right - is equal to a nonzero number other than 1.
Exactly one of its nondiagonal elements is equal to a nonzero number.
satisfies this condition in that it differs from
in only one of these ways - one non-diagonal element (Row 4, Column 1) has been changed to a nonzero number. This is an elementary matrix.
True or false:
is an elementary matrix.
True
False
An elementary matrix is one that can be formed by performing a single row operation on the (here, four-by-four) identity matrix
A matrix qualifies as an elementary matrix if and only if it differs from in exactly one of three ways:
Exactly two rows have changed position with each other.
Exactly one of its diagonal elements - the element in Row 1 and Column 1, Row 2 and Column 2, and so forth - is equal to a nonzero number other than 1.
Exactly one of its nondiagonal elements is equal to a nonzero number.
satisfies these criteria in that it differs from
only in that one diagonal element (Row 1, Column 1) has been changed to the nonzero number 0.000001.
True or false:
is an elementary matrix.
False
True
An elementary matrix is one that can be formed by performing a single row operation on the (here, four-by-four) identity matrix
A matrix qualifies as an elementary matrix if and only if it differs from in exactly one of three ways:
Exactly two rows have changed position with each other.
Exactly one of its diagonal elements - the element in Row 1 and Column 1, Row 2 and Column 2, and so forth - is equal to a nonzero number other than 1.
Exactly one of its nondiagonal elements is equal to a nonzero number.
violates these criteria because three of its nondiagonal elements - the first three elements in its fourth row - are equal to nonzero numbers.
Is the following matrix in reduced row echelon form? Why or why not.
No, the leading entry in the first row is not
Yes, the matrix is in reduced row echelon form
No, the matrix has nonzero elements
No, the matrix does not have an all zero row
A matrix is in reduced row echelon form if
For this matrix to be in reduced row echelon form, the leading entry in the first row would need to be , not
.
True or false: is an example of a matrix in reduced row-echelon form.
False
True
One condition for a matrix to be in reduced row-echelon form is for each leading nonzero entry to be at the right of the entry in the row above it. The leading 1 in the second row is at left of the leading 1 in the first row, as seen below:
This is a violation of that condition. is therefore not a matrix in reduced row-echelon form.
.
Note that the entries in the bottom row are missing.
How many possible ways can the entries in the bottom row be filled in so that is in reduced row-echelon form?
Two
One
None
Infinitely many
Three
A matrix is in reduced row-echelon form if it meets four conditions.
Any rows comprising all zeroes must be below all nonzero rows.
All leading nonzero entries must be 1's.
All other entries in the same column as a leading 1 are zeroes.
Each leading 1 is located to the right of the one above it.
None of these four conditions have been violated, at least not yet.
First, note that there are two known leading 1's. In order for the matrix to continue to meet Condition 3, it is necessary for the first two entries in the bottom row to be zeroes.
If the third entry is nonzero, then it must be 1, since it would be a leading nonzero entry. But the third entry cannot be a leading 1, since the other entries in Column 3 are nonzero - a violation of Condition 3 would be created. This entry must be a zero.
If the last entry is a 0, then no conditions are violated; the only zero row is on the bottom, and the other conditions still hold:
If the last entry is nonzero, then it must be 1, since it would be a leading nonzero entry.No conditions are violated, since the other entries in the column are zeroes.
Therefore, the bottom row can be filled exactly two ways.