Exercise 1.4.13. Provide an example of multiplying two 3×3 triangular matrices, to confirm the general case that the product of triangular matrices is itself a triangular matrix. Prove the general case based on the definition of matrix multiplication.
Answer: An example of multiplying two 3×3 upper triangular matrices:
In general, for the two upper triangular matrices A and B, where A is mxn and B is nxp, we have
and
For the product C = AB we have
Assume . Then
and
If i > j we thus have
But then if i > j we have
Since for i > j, C = AB is an upper triangular matrix as well.
A similar argument shows that the product of two lower triangular matrices is also lower triangular. (For a lower triangular matrix A we would have if i < j.)
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
.