Borrar filtros
Borrar filtros

Implicit differentiation with multiple variables

5 visualizaciones (últimos 30 días)
crt56 ak
crt56 ak el 28 de Oct. de 2021
Respondida: Star Strider el 28 de Oct. de 2021
I want to differentiate symbolically f= beta*I*S with respect to beta where I and S are variables.

Respuestas (1)

Star Strider
Star Strider el 28 de Oct. de 2021
One approach —
syms f(beta,I,S) beta I S
df = diff(f,beta)
df(beta, I, S) = 
.

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by