Implicit differentiation with multiple variables

I want to differentiate symbolically f= beta*I*S with respect to beta where I and S are variables.

回答 (1 件)

Star Strider
Star Strider 2021 年 10 月 28 日

0 投票

One approach —
syms f(beta,I,S) beta I S
df = diff(f,beta)
df(beta, I, S) = 
.

カテゴリ

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

製品

リリース

R2018a

タグ

質問済み:

2021 年 10 月 28 日

回答済み:

2021 年 10 月 28 日

Community Treasure Hunt

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

Start Hunting!

Translated by