The Gradient
grad2[g][x,y]
Note about notation: The first of the above output means the partial derivative of g with respect to x, the second means the partial derivative of g with respect to y.
g[x_,y_]:=Exp[- y]Sin[x]
grad2[g][x,y]
grad3[h][x,y,z]
h[x_,y_,z_]:=x y^2 + y^2 z^3 + z^3 x
grad3[h][x,y,z]
Chain Rule
Directional Derivatives
The Gradient Vector and Level Curves
Up to Vector Differential Calculus
Rate of Change and Gradient