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