How to write code for chain rule partial differential equation?
Mostrar comentarios más antiguos
How to write code for chain rule partial differential equation
1 comentario
madhan ravi
el 12 de Oct. de 2018
Respuestas (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 comentario
mazin alseadi
el 9 de Abr. de 2020
Please , How to model this operation by Simulink ?
Categorías
Más información sobre Symbolic Math Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!