1 / 8

Introduction to Numerical Analysis I

Introduction to Numerical Analysis I. Conjugate Gradient Methods. MATH/CMPSC 455. A-Orthogonal Basis. form a basis of , where is the i-th row of the identity matrix. They are orthogonal in the following sense:.

hans
Download Presentation

Introduction to Numerical Analysis I

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. Introduction to Numerical Analysis I Conjugate Gradient Methods MATH/CMPSC 455

  2. A-Orthogonal Basis form a basis of , where is the i-th row of the identity matrix. They are orthogonal in the following sense: Introduce a set of nonzero vectors , They satisfy the following condition: We say they are A-orthogonal, or conjugate w.r.t A. They are linearly independent, and form a basis.

  3. Conjugate Direction Method Theorem: For any initial guess, the sequence generated by the above iterative method, converges to the solution of the linear system in at most n iterations. Question: How to find the A-orthogonal bases?

  4. Conjugate Gradient method Answer: Each conjugate direction is chosen to be a linear combination of the residual and the previous direction Conjugate Gradient Method: Conjugate direction method on this particular basis.

  5. CG (Original Version) While End While

  6. Theorem: Let A be a symmetric positive-definite matrix. In the Conjugate Gradient Method, we have

  7. CG (Practical Version) While End While

  8. Example:

More Related