Internal
problem
ID
[17280]
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
23.3
dAlemberts
method.
Exercises
page
243
Problem
number
:
827
Date
solved
:
Tuesday, January 28, 2025 at 09:58:50 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.046 (sec). Leaf size: 33
dsolve([diff(x(t),t)=2*x(t)-4*y(t)+1,diff(y(t),t)=-x(t)+5*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 67
DSolve[{D[x[t],t]==2*x[t]-4*y[t],D[y[t],t]==-x[t]+5*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]