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 个)
One approach —
syms f(beta,I,S) beta I S
df = diff(f,beta)
.
类别
在 帮助中心 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
