bisection_rc_test


bisection_rc_test, a MATLAB code which calls bisection_rc() to demonstrate the simple bisection method for solving a scalar nonlinear equation in a change of sign interval, using reverse communication (RC).

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

bisection_rc, a MATLAB 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 (RC).

Source Code:


Last revised on 01 December 2018.