can be used to factor a matrix. The factorization is particularly useful when it has the form
, where
is lower triangular and
is upper triangular.
Now how do we factor
?
Since
, the multiples are
. Now by the elementary row operations
,
,
, we have
Cthe multiples are
. Now by the elementary row operations
,
, we have
is an upper triangular. So, set
. Then we have
. Now how do we find
. We recall elementary row operations we used to find
. Thenapplying
,
,
is the same as multiplying
. This matrix is called first Gaussian transformation matrix. Next elementary row operations
,
are applied to
and the second Gaussian transformation matrix
is
In other words,
. Note that if we set
Cthen
. Since
Cwe have
We note that the diagonal elements of the matrix
are all
.
Generalizing this, we have the following.
without row interchanges, then the matrix
can be factored into the prouct of a lower-triangular matrix
and an upper-triangular matrix
so that
, where
,
1. Solve the following linear system
2. Factor the following matrices into the
decomposition.