How to write code for chain rule partial differential equation?
Mostra commenti meno recenti
How to write code for chain rule partial differential equation
1 Commento
madhan ravi
il 12 Ott 2018
Risposte (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 Commento
mazin alseadi
il 9 Apr 2020
Please , How to model this operation by Simulink ?
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!