Exercises 6.6 Exercises
Creating elementary matrices.
In each case, create an elementary matrix of the stated size that represents the specified operation. Then also create its inverse.
2.
Answer.
3.
Answer.
4.
Answer.
5.
Answer.
6.
Answer.
7.
Answer.
8.
Answer.
9.
Answer.
10.
Answer.
11.
Answer.
12.
Answer.
13.
Answer.
14. Non-elementary operations.
(a)
Answer.
(b)
(c)
Express as as a product of elementary matrices.
Answer 1.
Answer 2.
Recognizing elementary matrices.
Decide whether each matrix is elementary. If it is, state the corresponding row operation. If it is not, express it as a product of elementary matrices.
15.
Answer.
Elementary: swap first and second rows.
16.
Answer.
Elementary: add times the third row to the first.
17.
Answer.
Elementary: add times the first row to the third.
18.
Answer.
Not elementary:
19.
Answer.
Elementary: multiply the second row by
20.
Answer.
Not elementary:
21.
Answer.
Elementary: subtract times the third row from the second.
22.
Answer 1.
Not elementary:
Answer 2.
Not elementary:
Computing inverses and decomposing into elementary matrices.
For each matrix:
- Use Procedure 6.3.7 to compute the inverse, or to determine that the matrix is not invertible.
- If the matrix is invertible, use multiplication to verify that your inverse is correct.
- If the matrix is invertible, express both it and its inverse as a product of elementary matrices.
23.
Solution.
- We augment the matrix with the identity matrix and attempt to reduce to the identity on the left:To achieve the reduction above, you can use the following sequence of operations (following Procedure 2.3.2).From the reduced augmented matrix, we see that the inverse isInterestingly, in this case the inverse is equal to the negative of the original. That is, if we label the original matrix as
then This also implies that so that in some sense we could say that is a “square root” of - To verify that we have the correct inverse, multiply it against the original matrix — the resulting product should be the identity matrix.
-
Create the elementary matrix for each of the steps in our row reduction process, in order:These elementary matrices, in order from right to left, generate the inverse matrix:The inverses of the elementary matrices, in the reverse order, generate the original matrix. To create those inverse elementary matrices, we use the reverse row operations. (Keep in mind that some operations reverse themselves.)Therefore we haveand can decompose:Note: since alternative sequences of row operations could be used to reduce the original matrix, there exist alternative collections of elementary matrices that could be used to generate
and
24.
Solution.
- We augment the matrix with the identity matrix and attempt to reduce to the identity on the left:To achieve the reduction above, you can use the following sequence of operations (following Procedure 2.3.2).From the reduced augmented matrix, we see that the inverse is
- To verify that we have the correct inverse, multiply it against the original matrix — the resulting product should be the identity matrix.
-
Create the elementary matrix for each of the steps in our row reduction process, in order:These elementary matrices, in order from right to left, generate the inverse matrix:The inverses of the elementary matrices, in the reverse order, generate the original matrix. To create those inverse elementary matrices, we use the reverse row operations. (Keep in mind that some operations reverse themselves.)Therefore we haveand can decompose:Note: since alternative sequences of row operations could be used to reduce the original matrix, there exist alternative collections of elementary matrices that could be used to generate
and
25.
Solution.
We augment the matrix with the identity matrix and attempt to reduce to the identity on the left:
This matrix is not fully reduced, but only on the right-hand side, which is irrelevant to our purposes.
To achieve the reduction above, you can use the following sequence of operations (following Procedure 2.3.2).
Since the original matrix did not reduce to the identity, it is not invertible.
26.
Solution.
- We augment the matrix with the identity matrix and attempt to reduce to the identity on the left:To achieve the reduction above, you can use the following sequence of operations (following Procedure 2.3.2).From the reduced augmented matrix, we see that the inverse is
- To verify that we have the correct inverse, multiply it against the original matrix — the resulting product should be the identity matrix.
-
Create the elementary matrix for each of the steps in our row reduction process, in order:These elementary matrices, in order from right to left, generate the inverse matrix:The inverses of the elementary matrices, in the reverse order, generate the original matrix. To create those inverse elementary matrices, we use the reverse row operations. (Keep in mind that some operations reverse themselves.)Therefore we haveand can decompose:Note: since alternative sequences of row operations could be used to reduce the original matrix, there exist alternative collections of elementary matrices that could be used to generate
and
Solving systems using inverses.
In each case, solve the system using the inverse of the corresponding coefficient matrix.
27.
Solution.
This system is represented in matrix form where
The coefficient matrix is identical to the matrix of Exercise 24 and has inverse
The system therefore has unique solution
In this unique solution, and
28.
Solution.
This system has the same coefficient matrix as Exercise 27, but has variable column and column of constants
We can use the same inverse matrix computed in Exercise 24 to compute the unique solution
In this unique solution, and
29.
Solution.
This system is represented in matrix form where
The coefficient matrix is identical to the matrix of Exercise 26 and has inverse
The system therefore has unique solution
In this unique solution, and
30.
Solution.
This system has the same coefficient matrix as Exercise 29, but has variable and constant columns
We can use the same inverse matrix computed in Exercise 26 to compute the unique solution
In this unique solution, and
31. Properties of row equivalence.
Say that matrix is row equivalent to matrix if there exists some sequence of elementary row operations that can be applied to to end up with result
Use the ideas of Subsection 6.3.3 to help verify the following properties of the row equivalence relation.
(a) Reflexivity.
Verify that the property of being row equivalent is reflexive: every matrix is row equivalent to itself.
(b) Symmetry.
Verify that the property of being row equivalent is symmetric: it is always true that if is row equivalent to then it must also be that is row equivalent to
(c) Transitivity.
Verify that the property of being row equivalent is transitive: it is always true that if is row equivalent to and is row equivalent to then it must also be that is row equivalent to