1 / 15

Numerical Analysis – Solving Nonlinear Equations

Numerical Analysis – Solving Nonlinear Equations. Hanyang University Jong-Il Park. Nonlinear Equations. Newton’s method(I). Newton’s method(II). Generalization to n-dimension. Solving nonlinear equation. multi-dimensional root finding. Solving nonlinear eq. M-D Root finding.

rricardo
Download Presentation

Numerical Analysis – Solving Nonlinear Equations

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 – Solving Nonlinear Equations Hanyang University Jong-Il Park

  2. Nonlinear Equations

  3. Newton’s method(I)

  4. Newton’s method(II) • Generalization to n-dimension

  5. Solving nonlinear equation • multi-dimensional root finding Solving nonlinear eq. M-D Root finding Solving linear eq.

  6. Newton’s method - Algorithm

  7. Eg. Newton’s method(I) Eg. Sol.

  8. Eg. Newton’s method(II) At each step

  9. Eg. Newton’s method(II) • Result:

  10. Discussion

  11. Quasi-Newton method(I) Broyden’s method • Without calculating the Jacobian at each iteration • Using approximation: • Analogy • Root finding: Newton vs. Secant • Nonlinear eq.: Newton vs. Broyden  Broyden’s method is called “multidimensional secant method” * Read Section 10.3, Numerical Methods, 3rd ed. by Faires and Burden

  12. Quasi-Newton method(II) • Replacing the Jacobian with the matrix A This update involves only matrix-vector multiplication! • Important property of calculating

  13. Eg. Broyden’s method • Results: Slightly less accurate than Newton’s method.

  14. Steepest Descent Method(I) • Finding a local minimum for a multivariable function of the form • Algorithm where

  15. Steepest Descent Method(II) • Mostly used for finding an appropriate initial value of Newton’s methods etc.

More Related