Borrar filtros
Borrar filtros

How to write code for chain rule partial differential equation?

4 visualizaciones (últimos 30 días)
raghavendra g g
raghavendra g g el 12 de Oct. de 2018
Comentada: mazin alseadi el 9 de Abr. de 2020
How to write code for chain rule partial differential equation

Respuestas (1)

KSSV
KSSV el 12 de Oct. de 2018
Editada: KSSV el 12 de Oct. de 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)

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by