zero_illinois


zero_illinois, a Julia code which applies the Illinois method to seek a root of f(x) over a change-of-sign interval a <= x <= b.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

zero_illinois is available in a Julia version.

Related Data and Programs:

zero_illinois_test

bisection, a Julia code which seeks an solution to the equation f(x)=0, using bisection within a user-supplied change of sign interval [a,b].

regula_falsi, a Julia code which seeks an solution to the equation f(x)=0, using regula falsi within a user-supplied change of sign interval [a,b].

zero_itp, a Julia code which seeks an solution to the equation f(x)=0, using the Interpolate/Truncate/Project (ITP) method within a user-supplied change of sign interval [a,b].

Source Code:


Last revised on 14 March 2024.