Bisection Method Examples for f(x) = 0
Here are some expressions for
f(x)
and initial intervals
x - exp(-x)
, with initial interval [0,1]
x - cos(x)
, with initial interval [0,1]
x*x*x + 4*x*x - 10
, with initial interval [1,2]
Back to bisection method program