Internal
problem
ID
[11877]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1878
Date
solved
:
Tuesday, January 28, 2025 at 06:23:57 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.087 (sec). Leaf size: 38
dsolve([t*diff(x(t),t)+2*x(t)=t,t*diff(y(t),t)-(t+2)*x(t)-t*y(t)=-t],singsol=all)
✓ Solution by Mathematica
Time used: 0.061 (sec). Leaf size: 39
DSolve[{t*D[x[t],t]+2*x[t]==t,t*D[y[t],t]-(t+2)*x[t]-t*y[t]==-t},{x[t],y[t]},t,IncludeSingularSolutions -> True]