Internal
problem
ID
[2801]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
4.
Qualitative
theory
of
differential
equations.
Section
4.2
(Stability
of
linear
systems).
Page
383
Problem
number
:
3
Date
solved
:
Monday, January 27, 2025 at 06:13:59 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 80
dsolve([diff(x(t),t)=-5*x(t)+3*y(t),diff(y(t),t)=-1*x(t)+1*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.013 (sec). Leaf size: 143
DSolve[{D[x[t],t]==-5*x[t]+3*y[t],D[y[t],t]==-1*x[t]+1*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]