Solutions – §3.
8. Prove that if A is a nonsingular upper triangular matrix, then A−1 is upper triangular.
Proof. Let A be an upper triangular matrix. So aij = 0 if i > j. To show that A−1 is upper triangular we
need to show that the cofactors Akl = 0 for l > k. Recall that Akl is (±) the determinant of the matrix
found by removing the kth row and the lth column. Therefore we have the following.
a11 · · · a a · · · a
1,l−1 1,l+1 1n
a21 ··· a2,l−1 a2,l+1 · · · a2n
.. .. .. .. .. ..
. . . . . .
Akl = (−1) ak−1,1 · · · ak−1,l−1 ak−1,l+1 · · · ak−1,n
k+l
ak+1,1 · · · ak+1,l−1 ak+1,l+1 · · · ak+1,n
.
. .
. .
. .
. .
. .
.
. . . . . .
an1 ··· an,l−1 an,l+1 · · · ann
Notice that all entries below the diagonal are zero, since A is upper triangular. The diagonal entries are all
those from A with the exception of the k + 1st row, because that is where the removal took place. Thus
since the kth row was removed and k > l, the entry on the diagonal in that spot is now ak+1,k . However
since k + 1 > k and A is upper triangular, this entry is 0. Thus the kl cofactor is upper triangular and has
a zero in the diagonal. Thus the determinant is 0. Therefore Akl = 0 for all k > l. Hence A−1 is upper
triangular.