Implicit differentiation with multiple variables

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

Antworten (1)

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

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2018a

Tags

Gefragt:

am 28 Okt. 2021

Beantwortet:

am 28 Okt. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by