Internal
problem
ID
[11875]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1876
Date
solved
:
Tuesday, January 28, 2025 at 06:23:56 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.336 (sec). Leaf size: 17
dsolve([diff(x(t),t)=x(t)*cos(t),diff(y(t),t)=x(t)*exp(-sin(t))],singsol=all)
✓ Solution by Mathematica
Time used: 0.016 (sec). Leaf size: 55
DSolve[{D[x[t],t]==x[t]*Cos[t],D[y[t],t]==x[t]*Exp[-Sin[t]]},{x[t],y[t]},t,IncludeSingularSolutions -> True]