CSL361 Problem set 6: Error analysis of
and some extensions
- Assume that
is an
matrix of floating point numbers. If
no zero pivot is encountered during the execution of
decomposition
(without pivoting), then show that the computed triangular matrices
and
satisfy
- Suppose the
and
computed as above are used in
backward and forward substitutions to obtain computed solutions
and
to
and
respectively. Show that then
with
- Gauss-Jordan elimination is a variation of standard Gaussian
elimination in which the matrix is reduced to a diagonal form than merely
to a traingular form. The elimination matrix used for a given column vector
is of the form
where
. Under what situations will Gauss-Jordan
elimination be useful? What is its work-load? What are the disadvantages?
What can you say about its numerical stability?
- Show that if all the leading principal submatrices of
are nonsingular, then there exists unique
lower-triangular matrices
and
and a unique diagonal matrix
such that
. How can the factorization be computed?
- Show that if
and
is symmetric, then
.
- A matrix
is positive definite if
for all non-zero
. Show that if
is positive definite then it is
non-singular.
- Show that if
is positive definite and
has rank
, then
is also positive definite.
- Show that if
is positive definite then all its principal matrices
are also positive definite. In particular, show that all diagonal
entries are positive.
- Show that for a positive definite
the factorization
exists and all elements of
are positive.
- Cholesky factorization: Show that if
is
symmetric and positive definite, then there exists a unique
lower-triangular matrix
with positive
diagonal entries such that
. Give an algorithm for Cholesky
factorization.
- Show that if
is a symmetric matrix and
is a permutation matrix,
then the update
preserves symmetry. Use the above to give an
algorithm for Cholesky factorization with pivoting.
- Given
with the property that
and
, show that the following algorithm computes the least
square solution
.
Show that the least square solution is unique. What is the total
work-load? Is there any advantage over standard Gaussian elimination?
- Let
with
and
be given
and suppose that an orthogonal matrix
has been
computed such that
is upper-triangular. If
show that,
for any
. Also, if
then the
least square solution is defined by
with a residual error
of
. What is the total-work-load if the
factorization
is computed using Modified Gram-Schmidt? How does it compare
with Cholesky?
Subhashis Banerjee
2009-09-15