1.5 Elementary Matrices and A Method For Finding A: Working Withtechnology
1.5 Elementary Matrices and A Method For Finding A: Working Withtechnology
T2. In each part use your technology utility to make a conjecture Confirm that if
about the form of An for positive integer powers of n. F2 F1 1 1
Q= =
a 1 cos θ sin θ F1 F0 1 0
(a) A = (b) A =
0 a − sin θ cos θ then
Fn+1 Fn
T3. The Fibonacci sequence (named for the Italian mathematician Q =n
DEFINITION 1 Matrices A and B are said to be row equivalent if either (hence each)
can be obtained from the other by a sequence of elementary row operations.
Our next goal is to show how matrix multiplication can be used to carry out an
elementary row operation.
æ
Multiply the Interchange the Add 3 times Multiply the
second row of second and fourth the third row of first row of
I2 by −3. rows of I4 . I3 to the first row. I3 by 1.
The following theorem, whose proof is left as an exercise, shows that when a matrix A
is multiplied on the left by an elementary matrix E , the effect is to perform an elementary
row operation on A.
which results from adding 3 times the first row of I3 to the third row. The product EA is
Theorem 1.5.1 will be a use-
1 0 2 3
ful tool for developing new re-
sults about matrices, but as a EA = 2 −1 3 6
practical matter it is usually 4 4 10 9
preferable to perform row op-
erations directly. which is precisely the matrix that results when we add 3 times the first row of A to the
third row.
We know from the discussion at the beginning of this section that if E is an elementary
matrix that results from performing an elementary row operation on an identity matrix
I , then there is a second elementary row operation, which when applied to E produces
I back again. Table 1 lists these operations. The operations on the right side of the table
are called the inverse operations of the corresponding operations on the left.
54 Chapter 1 Systems of Linear Equations and Matrices
Table 1
æ
Multiply the second Multiply the second
row by 7. row by 17 .
1 0 0 1 1 0
−→ −→
0 1 1 0 0 1
æ
æ
Interchange the first Interchange the first
and second rows. and second rows.
1 0 1 5 1 0
−→ −→
0 1 0 1 0 1
æ
The next theorem is a key result about invertibility of elementary matrices. It will be
a building block for many results that follow.
THEOREM 1.5.2 Every elementary matrix is invertible, and the inverse is also an ele-
mentary matrix.
Equivalence Theorem One of our objectives as we progress through this text is to show how seemingly diverse
ideas in linear algebra are related. The following theorem, which relates results we
have obtained about invertibility of matrices, homogeneous linear systems, reduced row
1.5 Elementary Matrices and a Method for Finding A−1 55
echelon forms, and elementary matrices, is our first step in that direction. As we study
new topics, more statements will be added to this theorem.
(c) x1 =0
x2 =0
.. (2)
.
xn = 0
Thus the augmented matrix
a11 a12 ··· a 1n 0
a a22 ··· a2 n 0
21
. .. .. ..
.. . . .
an1 a n2 ··· ann 0
for (2) by a sequence of elementary row operations. If we disregard the last column (all
zeros) in each of these matrices, we can conclude that the reduced row echelon form of
A is In .
(c) ⇒ (d ) Assume that the reduced row echelon form of A is In , so that A can be reduced
to In by a finite sequence of elementary row operations. By Theorem 1.5.1, each of these
operations can be accomplished by multiplying on the left by an appropriate elementary
matrix. Thus we can find elementary matrices E1 , E2 , . . . , Ek such that
E k · · · E 2 E 1 A = In (3)
(d ) ⇒ (a) If A is a product of elementary matrices, then from Theorems 1.4.7 and 1.5.2,
the matrix A is a product of invertible matrices and hence is invertible.
A Method for Inverting As a first application of Theorem 1.5.3, we will develop a procedure (or algorithm) that
Matrices can be used to tell whether a given matrix is invertible, and if so, produce its inverse. To
derive this algorithm, assume for the moment, that A is an invertible n × n matrix. In
Equation (3), the elementary matrices execute a sequence of row operations that reduce
A to In . If we multiply both sides of this equation on the right by A−1 and simplify, we
obtain
A −1 = E k · · · E 2 E 1 In
But this equation tells us that the same sequence of row operations that reduces A to In
will transform In to A−1 . Thus, we have established the following result.
A simple method for carrying out this procedure is given in the following example.
Solution We want to reduce A to the identity matrix by row operations and simultane-
ously apply these operations to I to produce A−1 . To accomplish this we will adjoin the
identity matrix to the right side of A, thereby producing a partitioned matrix of the form
[A | I ]
1.5 Elementary Matrices and a Method for Finding A−1 57
Then we will apply row operations to this matrix until the left side is reduced to I ; these
operations will convert the right side to A−1 , so the final matrix will have the form
[I | A−1 ]
The computations are as follows:
1 2 3 1 0 0
2 5 3 0 1 0
1 0 8 0 0 1
1 2 3 1 0 0
0 1 −3 −2 1 0 We added −2 times the first
row to the second and −1 times
0 −2 5 −1 0 1 the first row to the third.
1 2 3 1 0 0
0 1 −3 −2 1 0 We added 2 times the
second row to the third.
0 0 −1 −5 2 1
1 2 3 1 0 0
0 1 −3 −2 1 0 We multiplied the
third row by −1.
0 0 1 5 −2 −1
1 2 0 −14 6 3
0 1 0 13 −5 − 3 We added 3 times the third
row to the second and −3 times
0 0 1 5 −2 −1 the third row to the first.
1 0 0 −40 16 9
0 1 0 13 −5 − 3 We added −2 times the
second row to the first.
0 0 1 5 −2 −1
Thus,
−40 16 9
A−1 = 13 −5 − 3
5 −2 −1