Exercise 1.5.9. (a) Assume that A is the product of three matrices as follows:
What must be true for A to be nonsingular?
(b) Given A above, assume we have a system of linear equations Ax = b with corresponding Lc = b as follows:
Answer: (a) From the above we have A = LDU where L is a lower triangular matrix, D is a diagonal matrix, and U is an upper triangular matrix. Per p. 36 the diagonal entries of D are the pivots, and in order for A to be nonsingular all pivots must be nonzero. So A is nonsingular if and only if ,
, and
are not zero.
(b) From above we have
Since A = LDU and Ax = b we have LDUx = b. But we also have Lc = b which implies DUx = c. Substituting from above this gives us
Multiplying on the left gives us
Assuming that none of ,
, and
is zero, we then have
So if A is nonsingular then Ax = b has the unique solution
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
.