Review exercise 1.10. Find the inverse of each of the following matrices, or show that the matrix is not invertible.
Answer: We use Gauss-Jordan elimination on the first matrix , starting by multiplying the first row by 1 and subtracting it from the second row:
We then multiply the second row times 1 and subtract it from the third row:
This completes forward elimination. We start backward elimination by multiplying the third row by and subtracting it from the second row, and multiplying the third row by
and subtracting it from the first row:
Finally we divide the third row by 2:
We then have
We also use Gauss-Jordan elimination on the second matrix, starting by multiplying the first row by and subtracting it from the second row:
We next multiply the second row by and subtract it from the third row:
This completes forward elimination. We start backward elimination by multiplying the third row by and subtracting it from the second row:
We next multiply the second row by and subtract it from the first:
This completes backward elimination. We then divide the first row by 2, the second row by , and the third row by
:
We then have
Finally we use Gauss-Jordan elimination on the third matrix, starting by multiplying the first row by 1 and subtracting it from the second row, and multiplying the first row by -2 and subtracting it from the third:
For the next step we multiply the second row by -1 and subtract it from the third row:
This leaves us with no pivot for the third row, so elimination fails and the third matrix is not 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
.