Remind yourself using the row-times-column pattern of matrix multiplication why is true.
(b)
Notice how is only one entry different from . How does this change the process of computing compared to computing ?
Think of multiplication by as “transforming” into the result matrix . How could you describe the transformation in this particular example?
Hint.
In the “transformation” , which rows of 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 times some other matrix?
(d)
We know that . But then consider in terms of the first two parts of this discovery activity. So in terms of row operations, what is the relationship between and ?
Discovery6.2.
Create a matrix so that for every matrix , the result of is the same as performing the row operation “multiply row by ” on .
Matrices from the discovery activities so far are called elementary matrices. As the preceding activities demonstrate, every elementary row operation has a corresponding elementary matrix.
Discovery6.4.
Suppose we were to take a matrix and compute
,
where are as in Activities 6.1–6.3. How can we interpret this matrix multiplication result in terms of row operations? (Careful of the order of operations!)
Discovery6.5.
Consider .
(a)
Determine elementary matrices so that is the identity matrix.
(b)
The matrix happens to be invertible. Manipulate the formula algebraically to obtain a formula for involving your elementary matrices.
(c)
Tack an identity matrix onto the right end of your formula for from Task b. (Recall that multiplying by has no effect.)
Using this new, modified formula for as inspiration, come up with a procedure to use only row operations (and not elementary matrices) to compute the inverse of a square matrix.
Hint.
Where did your elementary matrices come from? And what are they now “doing” to the identity matrix, and in what order?
Discovery6.6.
Consider the general matrix .
(a)
Assume that . Use the method you developed in Discovery 6.5 to determine the inverse of .
(b)
Where there any other assumptions about the entries of (besides ) that you needed to make for this to work? Why?
Hint.
Division by zero is undefined.
(c)
Repeat for the other case: assume .
Discovery6.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:
rowop.
If you know only the operation and the result , how can you recover the original matrix ?
(a) is the same “reverse” row operation you came up with in Task a
is the elementary matrix corresponding to the original row operation you are currently considering
and is the elementary matrix corresponding to the (a) row operation.
According to Task a, what should the final result be? What does this say in general about the inverse of an elementary matrix of the type you are currently considering?