LU Factorization
Triangular Matrices. An matrix




When Elementary Matrices are triangular? Except for row operations of interchange, the elementary matrices of row operation are triangular.
- An elementary matrix
for adding a multiple of the
-th row by
to the
-th row is a lower triangular matrix if
. It is an upper triangular matrix if
.
- An elementary matrix
for multiplying the
-th row by
is a diagonal matrix.
Properties of Triangular Matrices.
Note that and
are not necessarily square matrices.
But if they are square, triangular matrices have the following properties:
- If both
and
are lower (or upper) triangular matrices, the product
is also a lower (or an upper) triangular matrix.
- Let
be a lower (or an upper) triangular matrix. If all the diagonal entries
's are nonzero, then (i)
is invertible and (ii) the inverse
is also a lower (or an upper) triangular matrix.

LU Factorization.
If a matrix (not necessarily square) is expressed as the product



© TTU Mathematics