Perform two iterations of newtons method to minimize the function f(x1,x2) = [10(x1-x2^2)^2+(1-x2)^2]^2 use [-1.2 1.
Posted: Thu May 12, 2022 1:48 pm
Perform two iterations of newtons method to minimize the
function f(x1,x2) = [10(x1-x2^2)^2+(1-x2)^2]^2 use
[-1.2 1.0] for starting point.
function f(x1,x2) = [10(x1-x2^2)^2+(1-x2)^2]^2 use
[-1.2 1.0] for starting point.