How to write code for chain rule partial differential equation?
Afficher commentaires plus anciens
How to write code for chain rule partial differential equation
1 commentaire
madhan ravi
le 12 Oct 2018
Réponses (1)
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)
1 commentaire
mazin alseadi
le 9 Avr 2020
Please , How to model this operation by Simulink ?
Catégories
En savoir plus sur Symbolic Math Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!