Open In Colab

Goals:

  • See the pitfalls of Newton’s method

  • Understand the ND Newton-Raphson method

  • Awareness of linesearch algorithms for improved convergence.

‘Global’ convergence#

There are several options to modify the Newton-Raphson method in order to enhance the robustness of root finding, but the improvement in robustness has to be weighed against the computational expense.

We have to assume our initial guess is reasonable, so the goal is to ensure the solution doesn’t wander.