bisect


bisect, a Python code 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 MIT license

Languages:

bisect is available in a Python version.

Related Data and Programs:

bisection_rc, a Python code 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:


Last revised on 25 September 2015.