Solve an ODE system with varying parameters with Julia

前端 未结 0 1515
死守一世寂寞
死守一世寂寞 2020-12-08 01:43

Imagine the SIR system of differential equations from epidemiology:

S\'(t)=-b*S(t)I(t)/N
I\'(t) = b*S(t)I(t)/N - c*I(t)
R\'(t) = c*I(t)

with

相关标签:
回答
  • 消灭零回复
提交回复
热议问题