Question: Numerical solution of Non-autonomous ODE system

How can I use maple to get the numerical solution of this non-autonomous system

sys_ode := diff(x(t), t) = ax(t)-bx(t)y(t)+2sin(t), diff(y(t), t) = -cy(t)+dx(t)y(t)

where a,b,c,d is parameters, they can take any value.

Please Wait...