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

62 visualizaciones (últimos 30 días)
Dolores Delarosa
Dolores Delarosa el 13 de Mayo de 2022
Editada: Dyuman Joshi el 20 de En. de 2024
find the gradient vector field of f (x,y,z)=x^2ye^y/z

Respuesta aceptada

Dyuman Joshi
Dyuman Joshi el 13 de Mayo de 2022
Editada: Dyuman Joshi el 20 de En. de 2024
syms f(x,y,z)
f = x^2*y*exp(y/z)
f = 
grad = gradient(f).'
grad = 
  6 comentarios
Dyuman Joshi
Dyuman Joshi el 15 de Mayo de 2022
Editada: Dyuman Joshi el 15 de Mayo de 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

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by