フィルターのクリア

How to find total derivative by using total derivative operator?

9 ビュー (過去 30 日間)
priya anjali
priya anjali 2021 年 3 月 2 日
回答済み: Bjorn Gustavsson 2021 年 3 月 2 日
I have two functions and .
I want to find the total derivative of .
where is as given in the attached file

回答 (1 件)

Bjorn Gustavsson
Bjorn Gustavsson 2021 年 3 月 2 日
If you have the symbolic toolbox it is just to get to work:
syms x y t
syms u(x,y,t)
syms p(x,y,t)
dudx = diff(u*p,x) % etc...
Then just to add up the different derivatives.
HTH

カテゴリ

Help Center および File ExchangeConversion Between Symbolic and Numeric についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by