I want to find the gradient vector of f(x,y,z)=2*sqrt(xyz) at the point ((3,-4,-3).
I find the partials and set in for the x-, y-, and z-values, and find the grad. vector (2, (1,5), 2). The right solution is (2, (-1,5), -2), so I have obviously made a mistake with the sqrt. How do I know...