Suppose you have a system of ODEs;

dy1/dt = a1(t) * y2 -b1(t)* y3 -c1(t) y1;

dy2/dt = a2(t) * y1 -b2(t)* y1 -c2(t) y3;

dy3/dt = a3(t) * y2 -b3(t)* y3 -c3(t) y1;

where ai(t), bi(t) and ci(t) are all time dependent parameters (say some kind of distributions or functions).

Now could you please let me know how can I solve such system in R or in Python or in any kind of CAS?

Similar questions and discussions