Exercise 1.7.1. Find the LDU factorization for the matrix
(This is the same matrix as in equation (6) of section 1.7, only with instead of
.)
Answer: For the first step of elimination we multiply the first row times the multiplier and subtract it from the second row:
In the second step we multiply the second row by the multiplier and subtract it from the third row:
In the third step we multiply the third row by the multiplier and subtract it from the fourth row:
Finally we we multiply the fourth row by the multiplier and subtract it from the fifth row:
Note that all steps feature the same multiplier. The final factorization is
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
.