Exercise 1.6.10. Determine the inverses of the following matrices:
Answer: The first matrix has the form of a diagonal matrix, only flipped horizontally, and it’s therefore worth seeing if its inverse has an analogous form to the inverse of a diagonal matrix. By analogy the inverse would also be a reverse-diagonal matrix. However a bit of trial and error reveals that each entry on the reverse-diagonal should not be the inverse of the corresponding entry in the original matrix, but rather should be the inverse of the corresponding entry in the original matrix’s transpose.
Forming this matrix B we have
and
so that
For the second matrix we use Gauss-Jordan elimination:
At this point forward elimination is complete, and there is no need to do reverse elimination. We therefore have
The third 4 by 4 matrix is composed of two 2 by 2 nonzero submatrices (in the upper left and lower right) and two 2 by 2 zero submatrices (in the upper right and lower left). Consider a second 4 by 4 matrix B also containing two 2 by 2 nonzero submatrices and two 2 by 2 zero submatrices, in the same positions as the original matrix:
In order for
we must have
That means that
assuming that (ad – bc) is nonzero. We then have
and
so that
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
.