1 / 8

MATH 175: Numerical Analysis II

MATH 175: Numerical Analysis II. Lecturer: Jomar F. Rabajante IMSP, UPLB 2 nd Sem AY 2012-2013. ACCELERATING CONVERGENCE: Aitken’s ∆ 2 process. Used to accelerate linearly convergent sequences, regardless of the method used.

camdyn
Télécharger la présentation

MATH 175: Numerical Analysis II

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. MATH 175: Numerical Analysis II Lecturer: Jomar F. Rabajante IMSP, UPLB 2ndSem AY 2012-2013

  2. ACCELERATING CONVERGENCE:Aitken’s ∆2 process • Used to accelerate linearly convergent sequences, regardless of the method used. • Actually, this acceleration method is not only applicable to root-finding algorithms.

  3. ACCELERATING CONVERGENCE:Aitken’s ∆2 process F O R M U L A (update the value of rk)

  4. ACCELERATING CONVERGENCE:Aitken’s ∆2 process Actually, Aitken’s process is an extrapolation.

  5. ACCELERATING CONVERGENCE:Aitken’s ∆2 process Steffensen’s Method: a modified Aitken’s delta-squared process applied to fixed point iteration For sample computations, see the MS Excel file.

  6. Other Method: Muller’s Method • Extension of secant method – instead of using linear interpolation, it uses quadratic interpolation (parabola) • May generate complex zeros (use software that can understand complex arithmetic) • Less sensitive to starting values compared to Newton’s Method • Order of convergence: p≈1.84

  7. Other Method: Muller’s Method Initial points: f parabola

  8. Other Method: Muller’s Method Formula z1,z2 & z3 came from Newton’s Divided Difference, and xk came from quadratic formula

More Related