I want to use steepest descent method to minimize the function below and show the first method of iteration analytically with starting point xt[1,1]
f(x) = x^3 + xy + x^2y^2 – 3x
I have gone to the point where I know the next point x1 is found by considering (1,1) + r(3,3) which is (1+3r), (1+3r). However I am not sure how to proceed from there.
I know I need to expand this and find a maximum point but I am not sure.