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