Illinois Algorithm

Description

The Illinois algorithm is a variant of the regula falsi method in which given a new estimate, the estimate which is replaced is the one for which the sign of the function is the same as the sign of the function for the new estimate and the ordinate associated with the other estimate is halved. The Illinois algorithm is guaranteed to converge.
 
As with the regula falsi, it is impossible to use the Illinois algorithm to find the zeros of strictly nonnegative functions or nonpositive functions.

Function List

C Source