Exercise 1.6.22. Find the inverse of the following lower triangular matrix:
Answer: We use Gauss-Jordan elimination on the matrix , starting by multiplying the first row by the multiplier
and subtracting it from the second row, multiplying the first row by the multiplier
and subtracting it from the third row, and multiplying the first row by the multiplier
and subtracting it from the fourth row:
We then multiply the second row by the multiplier and subtract it from the third row, and multiply the second row by the multiplier
and subtract it from the fourth row:
Finally we multiply the third row by the multiplier and subtract it from the fourth row:
Since the original matrix is lower triangular and has ones on the diagonal we do not need to do reverse elimination or any other steps. We thus have
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
.