Description: Newton method for solving min f (x) = x1 ^ 3+ x2 ^ 3-3 (x1+ x2) the initial point x = (6,4) accuracy of 0.05.It can run out the results 。 it s program is clear, and
it s algorithm is explicit .
To Search:
File list (Check if you may need any files):
牛顿法\Newton.asv
......\Newton.m
......\grad.m
......\gradval.m
......\hessen.m
牛顿法