how to compute derivative
Mostrar comentarios más antiguos

having all the values in the above equation, is the below code correct for dE(t)/d(t) computation?
dEt = beta * (1 - sigma) * St * It - (mu + alpha) * Et
what do i need to do to compute dE(t)/d(t)
4 comentarios
darova
el 4 de Abr. de 2021
Looks like differential equation. DO you have initial value
?
You can use ode45
Elysi Cochin
el 4 de Abr. de 2021
darova
el 4 de Abr. de 2021
Do you have any attempts?
John D'Errico
el 4 de Abr. de 2021
What you have not said is explicitly WHAT you have.
What does it mean to have values?
is beta a fixed known constant? How about mu and alpha?
Is S known as a function, or do you have a list of points for S as a function of t?
Similarly for I(t). Is that known?
Is E(t) known, or are you trying to solve for E(t). That would make this a differential equation, if E is an unknown function.
Finally, do you have some sort of initial value for E(t) at some fixed value for t?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!