Secant Method Examples for f(x) = 0
Here are some expressions for
f(x)
and initial guesses.
x - exp(-x)
, with initial guesses 0.5 and 0.6
x - cos(x)
, with initial guesses 0.5 and 0.6
x*x*x + 4*x*x - 10
, with initial guesses 1.5 and 1.6
Back to Secant method program