Skip to main content
Logo image

Discovery guide 6.1 Discovery guide

Discovery 6.1.

Consider the matrices
I=[100010001],E=[100210001],A=[102112340103].

(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?
Hint.
In the “transformation” AEA, 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 EA is the same as performing the row operation “multiply row 3 by 4” on A.
Hint.
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 EA is the same as performing the row operation “swap rows 1 and 2” on A.
Hint.
What was the pattern you identified in Discovery 6.1.d?
Matrices E,E,E from the discovery activities so far are called elementary matrices. As the preceding activities demonstrate, every elementary row operation has a corresponding elementary matrix.

Discovery 6.4.

Suppose we were to take a 3× matrix A and compute
EEEA=E(E(EA)),
where E,E,E 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!)

Discovery 6.5.

Consider B=[103002010].

(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 B1 involving your elementary matrices.

(c)

Tack an identity matrix I onto the right end of your formula for B1 from Task b. (Recall that multiplying by I has no effect.)
Using this new, modified formula for B1 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 E1,E2,E3 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 a0. 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 a0) that you needed to make for this to work? Why?
Hint.
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:
  1. swap two rows;
  2. multiply a row by a nonzero constant;
  3. add a multiple of one row to another.

(a)

Suppose someone has performed the row operation you are currently considering on a matrix:
AoprowA.
If you know only the operation and the result A, how can you recover the original matrix A?
A?A

(b)

Suppose we consider Task a with A=I:
IoprowEI(a)EEI,
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 EEI be? What does this say in general about the inverse of an elementary matrix of the type you are currently considering?