Abstract
Using open root-finding methods we can find a zero of nonlinear function using a single initial guess. The most famous of these is Newton's method, which uses the function's derivative to where the tangent line to the root estimate crosses zero. Newton's method is rapidly convergent for many functions, though it does require knowledge of the derivative. The inexact Newton and secant methods are presented for cases where the derivative is not known. The secant method, however, is not self-starting and needs to use another method for the first iteration. Finally, we demonstrate how Newton's method can be used for systems by extending the notion of a derivative to define a Jacobian matrix.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
More From: Computational Nuclear Engineering and Radiological Science Using Python™
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.