Warning: X does not support locale en_US.UTF-8 06-Jul-2023 21:20:23 nonlin_snyder_test(): MATLAB/Octave version 9.14.0.2206163 (R2023a) nonlin_snyder() is an interactive program to seek a root of an equation using the Snyder method. nonlin_snyder(): Warning! Iterations reached maximum limit 100 Function = "x^2 - 2*x - 15" a = 4.999999999997992, f(a) = -1.60636e-11 b = 5, f(b) = 0 Interval tolerance = 1.77636e-13 Number of steps = 100 x = 4.999999999998996, f(x) = -8.02913e-12 nonlin_snyder(): Warning! Iterations reached maximum limit 100 Function = "cos(x) - x" a = 0.7390851323980415, f(a) = 1.36754e-09 b = 0.7390851332151607, f(b) = 0 Interval tolerance = 2.22045e-14 Number of steps = 100 x = 0.739085132806601, f(x) = 6.8377e-10 Function = "kepler(x)" a = 3.790834555474784, f(a) = -1.15463e-14 b = 3.790834555474779, f(b) = 1.11022e-15 Interval tolerance = 2.22045e-13 Number of steps = 10 x = 3.790834555474782, f(x) = -5.77316e-15 Function = "x^5 - 2.0" a = 1.148698354997035, f(a) = -1.11022e-15 b = 1.148698354997035, f(b) = 8.88178e-16 Interval tolerance = 2.22045e-14 Number of steps = 12 x = 1.148698354997035, f(x) = -1.11022e-15 nonlin_snyder_test(): Normal end of execution. 06-Jul-2023 21:20:23