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

63 Ansichten (letzte 30 Tage)
Dolores Delarosa
Dolores Delarosa am 13 Mai 2022
Bearbeitet: Dyuman Joshi am 20 Jan. 2024
find the gradient vector field of f (x,y,z)=x^2ye^y/z

Akzeptierte Antwort

Dyuman Joshi
Dyuman Joshi am 13 Mai 2022
Bearbeitet: Dyuman Joshi am 20 Jan. 2024
syms f(x,y,z)
f = x^2*y*exp(y/z)
f = 
grad = gradient(f).'
grad = 
  6 Kommentare
Dyuman Joshi
Dyuman Joshi am 15 Mai 2022
Bearbeitet: Dyuman Joshi am 15 Mai 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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by