Householder Transformations
Householder's Method
Each transformation in Jacobi's method produced two zero off-diagonal elements, but subsequent iterations might make them nonzero. Hence many iterations are required to make the off-diagonal entries sufficiently close to zero.
Suppose that A is a real symmetric matrix. Householder's method is used to construct a similar symmetric tridiagonal matrix. Then the QR method can be used to find all eigenvalues of the tridiagonal matrix.
We now develop the method attributed to Alston Scott Householder (May 5, 1904 - July4, 1993) which is routinely taught in courses in linear algebra, and numerical analysis. Several several zero off-diagonal elements are created with each iteration, and they remain zero in subsequent iterations. We start by developing an important step in the process.
Theorem (Householder Reflection) If
where
and
Since
Proof Householder Method
Remark. It should be observed that the effect of the mapping
Corollary (
(1)
Proof Householder Method
Householder Transformations
Suppose that
where the letter
(2)
The element denoted
The second Householder transformation is applied to the matrix
where
(3)
The elements
Again, the
Thus it has taken three transformations to reduce
In general, for efficiency, the transformation
Theorem (Computation of One Householder Transformation) If
Let
and
then
Proof Householder Method
Reduction to Tridiagonal Form
Suppose that
Construct the sequence
where
Example 1. Use Householder's method to reduce the symmetric matrix
Solution 1.
Algorithm
Let us combine the steps used in Example 1 and make an algorithm for performing one Householder transformation.
Mathematica Subroutine (One Householder Transformation). To reduce the
Example
2. Use the
Householder step algorithm to reduce the symmetric
matrix Solution 2.
Exercise 3. Use the Householder step algorithm to reduce the symmetric matrix
Solution 3.
Exercise 4. Use the Householder step algorithm to reduce the symmetric matrix
Solution 4.
Traditional Programming
We now present a version of the Householder program that uses traditional more traditional loops to perform the computations. It also takes into consideration that once a portion of the tridiagonal structure has been created one only needs to continue the process on the submatrix below and to the right. This program will be harder to read, but might prove to be more efficient when the size of the matrix is larger.
Computer Programs Householder Method
Mathematica Subroutine (Householder Reduction to Tridiagonal Form). To reduce the
Exercise 5. Use
traditional Householder subroutine to reduce the symmetric
matrix Solution 5.
Research Experience for Undergraduates
Householder Method Internet hyperlinks to web sites and a bibliography of articles.
Download this Mathematica Notebook Householder Method
No hay comentarios:
Publicar un comentario