How to write code for chain rule partial differential equation?
显示 更早的评论
How to write code for chain rule partial differential equation
回答(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 个评论
mazin alseadi
2020-4-9
Please , How to model this operation by Simulink ?
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!