Given the function f(x,y) = x^3 + y^3 - e^(xy)
i.) Compute the gradient vector of f.
ii.) Compute the directional derivative of f at the point (0,1) in the direction of the vector v = <2,1>. Remember to normalize v.
iii.) Determine the maximal rate of change of f at the point (0,1).
iv.) Determine the direction in which the maximal rate of change of f at the point (0,1) occurs.