How to write code for chain rule partial differential equation?

How to write code for chain rule partial differential equation

回答 (1 件)

KSSV
KSSV 2018 年 10 月 12 日
編集済み: KSSV 2018 年 10 月 12 日

0 投票

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 ?

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

カテゴリ

ヘルプ センター および File ExchangeSymbolic Math Toolbox についてさらに検索

質問済み:

2018 年 10 月 12 日

コメント済み:

2020 年 4 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by