List of MATLAB Programs for Chapter 5
- f_himm.m: Function for the evaluation of the Himmelblau function
- g_himm.m: Function for the evaluation of the gradient of the
Himmelblau function
- gauss_newton.m: Gauss-Newton method
- h_himm.m: Function for the evaluation of the Hessian of the Himmelblau
function
- inex_lsearch.m: Inexact line search
- j_himm.m: Function for the evaluation of the Jacobian of the Himmelblau
function
- newton.m: Newton method
- steep_desc1.m: Steepest-descent method #1
- steep_desc2.m: Steepest-descent method #2
- steep_desc3.m: Steepest-descent method #3
|