How to write code for chain rule partial differential equation?

9 ビュー (過去 30 日間)
raghavendra g g
raghavendra g g 2018 年 10 月 12 日
コメント済み: mazin alseadi 2020 年 4 月 9 日
How to write code for chain rule partial differential equation

回答 (1 件)

KSSV
KSSV 2018 年 10 月 12 日
編集済み: KSSV 2018 年 10 月 12 日
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
mazin alseadi 2020 年 4 月 9 日
Please , How to model this operation by Simulink ?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by