Dec 21, 2024
h(x).h'(x) to find where it's negative, positive, or zero.h(x, y) as hills are not one-dimensional.f which should be continuous and exist around point a.fu is gradient f at a point dotted with u.fu is minimized when u is in the opposite direction to the gradient.u is opposite to gradient vector.u aligns with the gradient vector.u is perpendicular to the gradient vector.f(x, y) = sin(xy), find gradient and steepest descent/ascent directions.