5.1 Preliminaries from Linear Algebra 79
The n × n matrix A is invertible if there exists an n × n matrix C for which
AC = CA = I where I is the n × n identity matrix that has 1s along the
diagonal and 0s elsewhere. The matrix C is called the inverse of A. Note that
if A has an inverse, then this inverse is unique. For if AB = BA = I as well,
then
C = CI = C(AB) = (CA)B = IB = B.
The inverse of A is denoted by A
−1
.
If A is invertible, then the vector equation AX = V has a unique solution
for any V ∈
R
n
. Indeed, A
−1
V is one solution. Moreover, it is the only one,
for if Y is another solution, then we have
Y = (A
−1
A)Y = A
−1
(AY ) = A
−1
V .
For the converse of this statement, recall that the equation AX = V has
unique solutions if and only if the reduced row echelon form of the matrix
A is the identity matrix. The reduced row echelon form of A is obtained by
applying to A a sequence of elementary row operations of the form
1. Add k times row i of A to row j;
2. Interchange row i and j;
3. Multiply row i by k = 0.
Note that these elementary row operations correspond exactly to the
operations that are used to solve linear systems of algebraic equations:
1. Add k times equation i to equation j;
2. Interchange equations i and j;
3. Multiply equation i by k = 0.
Each of these elementary row operations may be represented by multiplying
A by an elementary matrix. For example, if L =[
ij
] is the matrix that has
1’s along the diagonal,
ji
= k for some choice of i and j, i = j, and all
other entries 0, then LA is the matrix that is obtained by performing row
operation 1 on A. Similarly, if L has 1’s along the diagonal with the exception
that
ii
=
jj
= 0, but
ij
=
ji
= 1, and all other entries are 0, then LA is
the matrix that results after performing row operation 2 on A. Finally, if L
is the identity matrix with a k instead of 1 in the ii position, then LA is the
matrix obtained by performing row operation 3. A matrix L in one of these
three forms is called an elementary matrix.
Each elementary matrix is invertible, since its inverse is given by the matrix
that simply “undoes” the corresponding row operation. As a consequence,
any product of elementary matrices is invertible. Therefore, if L
1
, ..., L
n
are the elementary matrices that correspond to the row operations that put