Processing math: 100%
Skip to main content

Discovery guide 6.1 Discovery guide

Discovery 6.1.

Consider the matrices

I=[100010001],E=[100210001],A=[102βˆ’112340βˆ’103].
(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” \(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.

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 Eβ€³A 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
Eβ€³Eβ€²EA=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=[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.

Hint

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?

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:

Arow→opA′.

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:

Irow→opEI(a)→E′EI,

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?