How to write code for chain rule partial differential equation?

4 次查看(过去 30 天)
How to write code for chain rule partial differential equation

回答(1 个)

KSSV
KSSV 2018-10-12
编辑:KSSV 2018-10-12
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)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by