09-Aug-2024 20:28:25 opt_quadratic_test(): MATLAB/Octave version 6.4.0 opt_quadratic() seeks a critical point of a function f(x), given three starting points, an iteration limit, and x and y tolerances. f = "humps_fun(x)" f(0.3) = 96.5 f(0.4) = 47.4483 f(0.5) = 19 iteration limit n = 25 x_tol = 1e-06 y_tol = 1e-06 9 iterations were taken f(0.637009) = 11.2528 opt_quadratic_test(): Normal end of execution. 09-Aug-2024 20:28:25