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