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