Implicit differentiation with multiple variables
Mostra commenti meno recenti
I want to differentiate symbolically f= beta*I*S with respect to beta where I and S are variables.
Risposte (1)
One approach —
syms f(beta,I,S) beta I S
df = diff(f,beta)
.
Categorie
Scopri di più su Symbolic Math Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
