Exercise 1.5.3. From equations (6) and (3) respectively we have
Multiply the two matrices, in both orders. Explain the two answers.
Answer: We have
and
In other words, the product of the matrices is the same in both cases, and is the identity matrix I. This can be explained in two ways:
First, GFE is the matrix that embodies the elimination steps to take the matrix A to the upper triangular matrix U, while L takes U back to A: (GFE)A = U and LU = A. So applying GFE to A followed by L will take us back to A:
Thus is the identity matrix I.
Similarly, applying L to U followed by GFE takes us back to U:
Thus is also the identity matrix I.
Second, from the definition of the inverse of a matrix and the associative property of matrix multiplication we have
and
Thus
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
.