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

62 visualizzazioni (ultimi 30 giorni)
find the gradient vector field of f (x,y,z)=x^2ye^y/z

Risposta accettata

Dyuman Joshi
Dyuman Joshi il 13 Mag 2022
Modificato: Dyuman Joshi il 20 Gen 2024
syms f(x,y,z)
f = x^2*y*exp(y/z)
f = 
grad = gradient(f).'
grad = 
  6 Commenti
Dyuman Joshi
Dyuman Joshi il 15 Mag 2022
Modificato: Dyuman Joshi il 15 Mag 2022
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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by