Evaluating numerical algorithm
The Newton-Raphson method is a powerful second-order root-finding algorithm that uses the tangent line of a function at an initial guess to find successively better approximations of a root.
Formula for Newton-Raphson Method:
Where:
Given Function
Initial Guess
The Newton-Raphson Method rapidly converges to in just a few iterations.