
B.5 CANONICAL FORMS, PIVOTING, AND SOLUTIONS 351
where e
r
is the unit vector with 1 in row r and zero elsewhere.
Exercise B.11 Show that (B.21b) is the inverse of M. Prove that multiplying (B.20b)
by (B.21b) restores the original problem (B.20a). Show by way of an example that multi-
plying (B.20b) by (B.21b) is not necessarily the same as performing a pivot on (B.20b).
Exercise B.12 Show that
¯
A
•s
is the same as e
r
. How may this be applied to show the
second part of Exercise B.11.
In general the reduction to a canonical form can be accomplished by a sequence
of pivot operations. For the first pivot term select any term a
rs
x
s
such that a
rs
=0.
After the first pivoting, the second pivot term is selected using a nonzero term from
any equation r
of the modified system except r. After pivoting, the third pivot term
is selected in the resulting modified m-equation system from any equation r
except
r and r
. In general, repeat the pivoting operation, always choosing the pivot term
from modified equations other than one corresponding to those previously selected.
Continue in this manner, terminating either when m pivots have been performed or
when, after selecting k<mpivot terms, it is not possible to find a nonzero pivot
term in any equation except those corresponding to equations previously selected
because all coefficients in the remaining equations are zero.
Let the successive pivoting be, for example, on variables x
1
,x
2
,... ,x
r
in the
corresponding equations i =1,...,r, where r ≤ m; then the original system (B.16)
has been reduced to an equivalent system of form (B.22) below, which we will refer
to as the reduced system with respect to the basic variables x
1
,x
2
,... ,x
r
. We shall
also refer to a system as reduced with respect to r basic variables if by changing
the order of the variables and equations, it can be put into form (B.22), where
x
B
=(x
1
,x
2
,... ,x
r
)
T
and x
N
=(x
r+1
,... ,x
n
)
T
:
Ix
B
+
¯
Ax
N
=
¯
b
I
0x
B
+0x
N
=
¯
b
II
,
(B.22)
where
¯
A is r × (n − r),
¯
b
I
is of length r, and
¯
b
II
is of length m − r.
Since (B.22) was obtained from (B.16) by a sequence of pivoting operations each
of which consists of m elementary operations, it follows that the reduced system is
(a) formed from linear combinations of the original system, and (b) equivalent to
the original system.
The original system (B.16) is solvable if and only if its reduced system (B.22) is
solvable, and (B.22) is solvable if and only if
¯
b
II
= 0, i.e.,
¯
b
r+1
=
¯
b
r+2
= ···=
¯
b
m
=0. (B.23)
If (B.23) holds, the solution set is immediately evident because any values of the
(independent) variables x
r+1
,...,x
n
determine corresponding values for the (depen-
dent) variables x
1
,...,x
r
. On the other hand, if
¯
b
r+i
= 0 for some i, the solution
set is empty because the (r + i)th equation is clearly inconsistent; it states that
0=
¯
b
r+i
. In this case, the original system (B.16) and the reduced system (B.23)
are both inconsistent (unsolvable).