How to write code for chain rule partial differential equation?
古いコメントを表示
How to write code for chain rule partial differential equation
1 件のコメント
madhan ravi
2018 年 10 月 12 日
回答 (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!