hump_secant hump_secant Use the secant method to estimate a solution to the hump equation. F(0) = 5.17647 F(2) = -4.85517 After 13 iterations: F(1.29955) = 5.32907e-14 it <= itmax? true |a-b| <= xtol? true |f(b)| <= ftol? true diary kepler_secant.txt hump_secant hump_secant Use the secant method to search for a root of the hump function. F(0) = 5.17647 F(10) = -5.9773 After 50 iterations: F(NaN) = NaN it <= itmax? true |a-b| <= xtol? false |f(b)| <= ftol? false diary kepler_secant.txt