Exercise 1.5.4. Given the matrices
use elimination to find the factors L and U for each of the matrices.
Answer: For the first matrix we subtract 4 times the first row from the second to obtain U:
The other factor L then is the identity matrix with 4 in the 2,1 position:
so that
For the second matrix we multiply the first row by 1/3 and subtract it from the second row, and also multiply the first row by 1/3 and subtract it from the second row:
We can multiply the second row of the resulting matriix by 1/4 and subtract it from the third row to obtain the upper triangular matrix U:
The other factor L then is the identity matrix with 1/3 in the 2,1 and 3,1 positions and 1/4 in the 3,2 position:
so that
For the third matrix we multiply the first row by 1 and subtract it from the second and third rows:
and then multiply the second row of the resulting matrix by 1 and subtract it from the third row to obtain the upper triangular matrix U:
The other factor L then is the identity matrix with 1 in the 2,1 and 3,1 positions and 1 in the 3,2 position as well:
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
.