Gradient ascent formula
New value=old value + α∇f(old value)
α is rate change.
∇f(x,y)=<3cos3y- 1/x2, -9xcos2ysiny>∇
∇f(-1,π/3)=<3(1/8) - 1/1, -9(-1)(1/4)(√3/2)> or
<-5/8, 9√3/8>
0.1×∇f(-1,π/3)=<-0.0625,0.1949>
New value=(-1 - 0.0625, π/3 +0.1949)
New value=(-1.0625, 1.2421)

Reno O. B.
02/13/23
Jin L.
Thank you so much for the explanation. Let's say if we were going downhill instead so we were doing gradient descent, what changes?02/13/23