Clear Filters
Clear Filters

How to write code for chain rule partial differential equation?

4 views (last 30 days)
How to write code for chain rule partial differential equation

Answers (1)

KSSV
KSSV on 12 Oct 2018
Edited: KSSV on 12 Oct 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)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!