Welcome,
Share Files

DSolveSystem

This script is useful to sole a System of two or more differential equations.

dSolveSystem([x'(t)+y'(t)=5*sin(t),y'(t)+5y(t)=3t],[x(t),y(t)],[x,y],[y(0)=0,x(0)=3])