Problem 11.17: Write a program to implement the quasi-Newton algorithm for general functions. Use the secant method for the line search. Test the various update formulas for Hk on Rosenbrock's function, with an initial condition x0 = [-2, 2]'.
Reinitialize the update direction to the negative gradient every six iterations (set H = I when mod(k,6) == 0).
157535999912/02/201911:59pm
Additional Comments:
Rubric
Can't change a rubric once you've started using it.