Description: Damped Newton method for solving min f (x) = (1-x1) ^ 2+2* (x2-x1 ^ 2) ^ 2 the initial point x = (0,0) accuracy of 0.01.It Can run out the results 。 the program is clear, algorithm is explicit.
To Search:
File list (Check if you may need any files):
阻尼牛顿法\ZuNewton.m
..........\grad.m
..........\gradval.m
..........\hessen.m
..........\minval.m
阻尼牛顿法