Hessenberg Matrix and Factorization
xample 1. Find the upper-Hessenberg form for the real symmetric matrix
Solution 1.
Make the first Mathematica subroutine Hessenberg1 active, then obtain the answer.
Hessenberg Matrix and Factorization
Background
If A is symmetric then Householder's method can be used to reduce it to a similar symmetric tridiagonal matrix. If A is nonsymmetric then Householder's method can be used to reduce it to a similar Hessenberg matrix. These are the preliminary steps that are made before applying the QR method for finding eigenvalues of
Definition (Hessenberg Matrix)
An
Definition (Unitary Matrix)
(i) For real matrices, a unitary matrix is a matrix
(ii) For complex matrices, a unitary matrix is a matrix
Theorem (Hessenberg Factorization of a Matrix) There are two cases to consider.
(iii) Given a real matrix
(iv) Given a complex matrix
Proof Hessenberg Factorization
Theorem (Hessenberg Factorization of a Symmetric Matrix) Given a real symmetric matrix
Remark. This is the case that is easiest to illustrate in a first course in numerical methods.
Proof Hessenberg Factorization
Theorem If
Remark. The eigenvectors of
Proof Hessenberg Factorization
Computer Programs Hessenberg Factorization
Program (Householder Reduction to Upper-Hessenberg Form). To reduce the
Disclaimer. The following subroutine is for pedagogical purposes only, it may not work for all cases.
![[Graphics:Images/HessenbergMod_gr_32.gif]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tJboXZekGVyVd5MrjmNeIfoVlTpUh_itMfpEQdfzWXs7W6lwgH9zlCkn4DZ9CQ3kG5zZ_DA7A6VMArpqqfgeE8Dc3B17X_GFQub6g3cF0QDcvlneUglqDrxDD5U8DWpJ1G3Fp4wZwwAZOINZMi8By-FoLaaq_y-lZN6vIGIOMjA-ogimo9M3dp=s0-d)
Program (Householder
Reduction to Upper-Hessenberg Form). To reduce
the Disclaimer. The following subroutine is for pedagogical purposes only, it may not work for all cases.
![[Graphics:Images/HessenbergMod_gr_36.gif]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_s02nkw1wemVLdLOfFAjdhdxylsvvnl2JReyilXBa-Lox5yU3zAeJ3iAj4IulcSzcLmajTYNfYnizMF2-B3t9wlC7cEjS3symJj4u_fpvt77Z-9DB3TIU6rnQ30zxlOoIbX1ERKzUnSGBNI6_z7N-5ifWoUhehPdexQO0WSvM5Bfi5hhsy6FP0Stw=s0-d)
Caveat. The above
subroutines will not reduce
an Example 1. Find the upper-Hessenberg form for the real symmetric matrix
Solution 1.
Example 2. Find the upper-Hessenberg form for the real symmetric matrix
Use Mathematica's built in subroutine HessenbergDecomposition.
Solution 2.
Example 3. Find the upper-Hessenberg form for the real symmetric matrix
Solution 3.
Example 4. Find the upper-Hessenberg form
Solution 4.
Example 5. Find the upper-Hessenberg form
Solution 5.
Example 6. Find the upper-Hessenberg form
Solution 6.
Example 7. Find the upper-Hessenberg form
Solution 7.
Example 8. Find the upper-Hessenberg form
Solution 8.
Exercise 9. Find the upper-Hessenberg form
Solution 9.
Research Experience for Undergraduates
Hessenberg Factorization Internet hyperlinks to web sites and a bibliography of articles.
Download this Mathematica Notebook Hessenberg Factorization
No hay comentarios:
Publicar un comentario