1 / 52

Numerical Analysis

Numerical Analysis. EE, NCKU Tien-Hao Chang (Darby Chang). In the previous slide. Eigenvalues and eigenvectors The power method locate the dominant eigenvalue Inverse power method Deflation. 2. In this slide. Find all eigenvalues of a symmetric matrix

daire
Download Presentation

Numerical Analysis

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Numerical Analysis EE, NCKU Tien-Hao Chang (Darby Chang)

  2. In the previous slide • Eigenvalues and eigenvectors • The power method • locate the dominant eigenvalue • Inverse power method • Deflation 2

  3. In this slide • Find all eigenvalues of a symmetric matrix • reducing a symmetric matrix to tridiagonal form • eigenvalues of symmetric tridiagonal matrices (QR algorithm) 3

  4. Obtain all eigenvalues • To compute all of the eigenvalues of a symmetric matrix, we will proceed in two stages • transform to symmetric tridiagonal form • this step requires a fixed, finite number of operations (not iterative) • an iterative procedure on the symmetric tridiagonal matrix that generates a sequence of matrices converged to a diagonal matrix

  5. Who two stages? • Why not apply the iterative technique directly on the original matrix? • transforming an n × n symmetric matrix to symmetric tridiagonal form requires on the order of 4/3n3 arithmetic operations • the iterative reduction of the symmetric tridiagonal matrix to diagonal form then requires O(n2) arithmetic operations • on the other hand, applying the iterative technique directly to the original matrix requires on the order of 4/3n3 arithmetic operations per iteration

  6. 4.4 Reduction to Symmetric Tridiagonal Form

  7. Before going into 4.4 • Similarity transformations • Orthogonal matrices

  8. Similarity transformation

  9. Recall that http://www.dianadepasquale.com/ThinkingMonkey.jpg

  10. Orthogonal matrix • Similarity transformation with an orthogonal matrix maintains symmetry • A is symmetric and B=Q-1AQ • BT=(Q-1AQ)T =(QTAQ)T=QTAQ=B, that is,B is also symmetric • Multiplication by an orthogonal matrix does not change the Euclidean norm • (Qx)TQx=xTQTQx=xTQ-1Qx=xTx

  11. Householder matrix

  12. In practice

  13. n-2 similarity transformations

  14. Generating appropriate Householder matrices

  15. later

  16. About generating Householder matrices

  17. Is there any possible cancellation errors?

  18. http://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpghttp://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpg In action

  19. 4.4 Reduction to Symmetric Tridiagonal Form

  20. 4.5 Eigenvalues of Symmetric Tridiagonal Matrices

  21. The off-diagonal elements  zero while the diagonal elements  the eigenvalues (in decreasing order)

  22. QR Factorization The heart of the QR algorithm

  23. Rotation matrix

  24. QR factorization

  25. http://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpghttp://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpg In action

  26. The Product R(i)Q(i)

  27. Recall that http://www.dianadepasquale.com/ThinkingMonkey.jpg

  28. The algorithm for R(i)Q(i)

  29. http://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpghttp://thomashawk.com/hello/209/1017/1024/Jackson%20Running.jpg In action

  30. Eigenvalues and Eigenvectors

  31. Exercise 4 2010/5/26 9:00am Email to darby@ee.ncku.edu.tw or hand over in class. You may arbitrarily pick one problem among the first three, which means this exercise contains only five problems.

More Related