Solve differential equation with delay.

Hello, I have to study this system of differential equation with delay :
dR/dt = f (T) - a * R
dT/dt = b * R(t - tau) - c * T

I know the package PBSddesolve exists, but I don't knowk if I can use it for 2 equations.

Does someone know how to solve this system ?

Thank you

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.