Exercise 1.6.19. Given the matrix where
what values must the entries of have in order for
to be invertible?
Answer: We know that a (square) matrix is invertible if and only if it is nonsingular. We therefore perform Gaussian elimination on the first matrix
to see under which conditions it is nonsingular. We start by noting that
must be nonzero; otherwise there will be no pivot in the last row and elimination will fail.
Since we know for certain that is nonzero, we can exchange the first and third rows to obtain the following matrix:
For the next elimination step we multiply the first row by ; recall that we know from above that
is nonzero, so dividing
by
is possible. We then subtract the result from the second row, obtaining the following matrix:
We next multiple the first row by and subtract the result from the third row, obtaining the following matrix:
We note at this point that must also be nonzero, for the same reason that
must be nonzero: If
were zero then we would have at least one row without a pivot. Since
is nonzero we can divide
by
, multiply the second row by
, and then subtract the result from the third row. This elimination step produces the following matrix:
Finally, we note that must also be nonzero, or else its row will not have a pivot.
Combining this with our previous conclusions, we see that the first matrix will be nonsingular, and thus invertible, if and only if
,
, and
are all nonzero.
We now consider the second matrix . Note that this is a block diagonal matrix consisting of two submatrices: a 2 by 2 matrix with elements
,
,
, and
, and a 1 by 1 submatrix with the single element
:
As I discussed in the previous post, a block diagonal matrix is invertible if and only if all of its diagonal submatrices are invertible. From the formula for the inverse of a 2 by 2 matrix we know that the first submatrix is invertible only if , and since the inverse of the 1 by 1 matrix is simply the reciprocal of its (sole) entry, the second submatrix is invertible only if
. Combining these results, we must have
and
for this matrix
to be invertible.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.