Implicit differentiation with multiple variables

5 次查看(过去 30 天)
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
One approach —
syms f(beta,I,S) beta I S
df = diff(f,beta)
df(beta, I, S) = 
.

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by