Upper triangular matrices product
November 7, 2024
algebra easy
Prove that the product of two upper triangular matrices is an upper triangular matrix.
Show Solution
Let and be two upper triangular matrices. We want to show that the product is also an upper triangular matrix. So, let’s consider the -th entry of the product :
If we develop the expression above, we have:
And for each , we have because is upper triangular, and for each , we have because is upper triangular. Therefore, each entry with is zero, which means that is an upper triangular matrix.
The result for the product of lower triangular matrices is analogous, so we can conclude that the product of two upper (or lower) triangular matrices is an upper (or lower) triangular matrix.