NEWTON
Newton's Method for a Single Nonlinear Equation
NEWTON
is a Python library which
implements Newton's method for a single nonlinear equation.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Languages:
NEWTON is available in
a Python version.
Related Data and Programs:
Reference:
-
Hans Petter Langtangen,
A primer on scientific programming with Python,
Springer, 2012,
ISBN13: 978-3-642-30293-0.
Source Code:
-
newton.py,
an implementation of Newton's method, and several test cases.
Examples and Tests:
You can go up one level to
the Python source codes.
Last revised on 12 May 2015.