Discovery guide 6.1 Discovery guide
Discovery 6.1.
Consider the matrices
(a)
Remind yourself using the row-times-column pattern of matrix multiplication why IA=A is true.
(b)
Notice how E is only one entry different from I. How does this change the process of computing EA compared to computing IA?
Think of multiplication by E as βtransformingβ A into the result matrix EA. How could you describe the transformation in this particular example?
In the βtransformationβ \(A \to E A\text{,}\) which rows of \(A\) stay the same, and which rows change? For the rows that change, how exactly do they change?
(c)
Do you think the same thing will happen when computing E times some other matrix?
(d)
We know that EI=E. But then consider EI in terms of the first two parts of this discovery activity. So in terms of row operations, what is the relationship between E and I?
Discovery 6.2.
Create a 3Γ3 matrix Eβ² so that for every 3Γn matrix A, the result of Eβ²A is the same as performing the row operation βmultiply row 3 by β4β on A.
What was the pattern you identified in Discovery 6.1.d?
Discovery 6.3.
Create a 3Γ3 matrix Eβ³ so that for every 3Γn matrix A, the result of Eβ³A is the same as performing the row operation βswap rows 1 and 2β on A.
What was the pattern you identified in Discovery 6.1.d?
Discovery 6.4.
Suppose we were to take a 3Γβ matrix A and computeDiscovery 6.5.
Consider B=[10β3002010].
(a)
Determine elementary matrices E1,E2,E3 so that E3E2E1B is the identity matrix.
(b)
The matrix B happens to be invertible. Manipulate the formula E3E2E1B=I algebraically to obtain a formula for Bβ1 involving your elementary matrices.
(c)
Tack an identity matrix I onto the right end of your formula for Bβ1 from Task b. (Recall that multiplying by I has no effect.)
Using this new, modified formula for Bβ1 as inspiration, come up with a procedure to use only row operations (and not elementary matrices) to compute the inverse of a square matrix.
Where did your elementary matrices \(E_1,E_2,E_3\) come from? And what are they now βdoingβ to the identity matrix, and in what order?
Discovery 6.6.
Consider the general 2Γ2 matrix A=[abcd].
(a)
Assume that aβ 0. Use the method you developed in Discovery 6.5 to determine the inverse of A.
(b)
Where there any other assumptions about the entries of A (besides aβ 0) that you needed to make for this to work? Why?
Division by zero is undefined.
(c)
Repeat for the other case: assume a=0.
Discovery 6.7.
Complete the following tasks for each of the three types of elementary row operations, one at a time:
- swap two rows;
- multiply a row by a nonzero constant;
- add a multiple of one row to another.
(a)
Suppose someone has performed the row operation you are currently considering on a matrix:
If you know only the operation and the result Aβ², how can you recover the original matrix A?
(b)
Suppose we consider Task a with A=I:
where
- (a) is the same βreverseβ row operation you came up with in Task a
- E is the elementary matrix corresponding to the original row operation you are currently considering
- and Eβ² is the elementary matrix corresponding to the (a) row operation.
According to Task a, what should the final result Eβ²EI be? What does this say in general about the inverse of an elementary matrix of the type you are currently considering?