0

I understand that Newton Raphson Method is used to find the zero of a function. However when I'm trying to find the maximum or minimum point, why does diving the derivative by the second derivative iterate closer to the maximum or minimum point?

1 Answers1

1

As hardmath said

I think the piece you might be missing is that minimum/maximum points of a smooth function are roots of the first derivative. So Newton-Raphson applied to first derivatives entails division (or matrix inversion) using the the second derivatives.

Ali Caglayan
  • 5,726