Exercise 1.5.11. We have a system LUx = b with values for L, U, and b as follows:
Solve for x without multiplying L and U to find A.
Answer: We can take advantage of the equations Lc = b and Ux = c to first solve for c and then for x. From Lc = b we have
Solving for c we have
From Ux = c we then have
Solving for u, v, and w we have
and the solution to the system above 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
.