计算题 14.求函数f(x,y)=ln(x2y+x)的梯度gradf(x,y)
【正确答案】Fx=(2xy+1)/x2y+x,fy=x2/x2y+x=x/xy+1,故gardf(x,y)=[(2xy+1)/x2y+x,x/xy+1].
【答案解析】