Internal
problem
ID
[17233]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Chapter
3
(Systems
of
differential
equations).
Section
19.
Basic
concepts
and
definitions.
Exercises
page
199
Problem
number
:
772
Date
solved
:
Tuesday, January 28, 2025 at 08:27:34 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.029 (sec). Leaf size: 25
dsolve([diff(x(t),t)=exp(-x(t))/t,diff(y(t),t)=x(t)/t*exp(-y(t))],singsol=all)
✓ Solution by Mathematica
Time used: 0.106 (sec). Leaf size: 41
DSolve[{D[x[t],t]==Exp[-x[t]],D[y[t],t]==x[t]/t*Exp[-y[t]]},{x[t],y[t]},t,IncludeSingularSolutions -> True]