How to write code for chain rule partial differential equation?

Antworten (1)

KSSV
KSSV am 12 Okt. 2018
Bearbeitet: KSSV am 12 Okt. 2018
syms u v x(u,v) y(u,v) z(x,y)
z = exp(x*y) ;
x = 2*u+v ;
y = u/v ;
dz_du = diff(z,u)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 12 Okt. 2018

Kommentiert:

am 9 Apr. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by