Find the gradient vector field of f . f (x,y,z)= x^2ye^y/z

71 次查看(过去 30 天)
find the gradient vector field of f (x,y,z)=x^2ye^y/z

采纳的回答

Dyuman Joshi
Dyuman Joshi 2022-5-13
编辑:Dyuman Joshi 2024-1-20
syms f(x,y,z)
f = x^2*y*exp(y/z)
f = 
grad = gradient(f).'
grad = 
  6 个评论
Dyuman Joshi
Dyuman Joshi 2022-5-15
编辑:Dyuman Joshi 2022-5-15
1 - You should have included the image in the question to get the desired answer quickly
2 - I have edited my answer, check it now

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by