Internal
problem
ID
[3240]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
26,
page
115
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 07:27:18 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 2.125 (sec). Leaf size: 41
dsolve([diff(x(t),t)-x(t)+y(t)=2*sin(t),diff(x(t),t)+diff(y(t),t)=3*y(t)-3*x(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 80
DSolve[{D[x[t],t]-x[t]+y[t]==2*Sin[t],D[x[t],t]+D[y[t],t]==3*y[t]-3*x[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]