A unit lower triangular matrix is a lower triangular matrix whose diagonal elements are all equal to 1.
Answer the following questions.
(1) Suppose that L and L′ are n×n lower triangular matrices. Prove that the product of them, LL′, is also a lower triangular matrix.
(2) Suppose that L and L′ are n×n unit lower triangular matrices. Prove that LL′ is also a unit lower triangular matrix.
(3) Compute the inverse matrices of
L1=(1201)andL2=123012001,
respectively.
(4) Suppose that an n×n invertible matrix A is decomposed in two ways as A=LU=L′U′, where U and U′ are upper triangular matrices, and L and L′ are unit lower triangular matrices. Prove that L=L′ and U=U′.
You can use the following facts:
(i) The inverse of an upper triangular matrix, if it exists, is also an upper triangular matrix.
(ii) The inverse of a unit lower triangular matrix always exists, and it is also a unit lower triangular matrix.
A lower triangular matrix M has Mi,j=0 for i<j.
Let L,L′∈Rn×n be a lower triangular matrices.
Let's look closer at entries above diagonal of LL′, i.e. (LL′)i,j for i<j:
(LL′)i,j=k=1∑nLi,k⋅Lk,j′
Every item of the summation yields either i<k or k<j.
Thus, (LL′)i,j=0 for i<j.
Prove that if A has two different LU decomposition, that is A=LU=L1U1 and L,L1 are lower unit matrices, then L=L1 and U=U1.
Assume that inverses of U,U1 exist.
Start with A=LU=L1U1=A and multiply right-hand by U−1 and left-hand by L1−1:
LUL1−1LUU−1L1−1L=L1U1=L1−1L1U1U−1=U1U−1
We know from question (2) that left-hand side of the last equation is lower unit triangular matrix.
In similar manner, we can show that right-hand is upper triangular.
Lower and upper triangular matrices can be equal iff they are both diagonal.
Moreover, since L1−1L has ones on diagonal, so U1U−1 must have.
We conclude: