BISECT
Solve a Nonlinear Equation using Bisection


BISECT is a Python library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using classes.

Licensing:

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages:

BISECT is available in a Python version.

Related Data and Programs:

BISECTION_RC, a Python library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using reverse communication.

Source Code:

You can go up one level to the Python source codes.


Last revised on 25 September 2015.