Gaussian elimination is the most important tool for solving a linear system. In this section, we will see that the the steps used to solve a system of the form
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
?
Then the coefficient marix is given by
Since
, the multiples are
. Now by the elementary row operations
,
,
, we have
Next since the pivot
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
to
. 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,
Then
. Note that if we set
Cthen
. Since
Cwe have
Thus,
We note that the diagonal elements of the matrix
are all
.
Generalizing this, we have the following.
Theorem 2..12
If Gaussian elimination can be performed on the the matrix
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.
(a)
(b)