Internal
problem
ID
[2799]
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
:
1
Date
solved
:
Monday, January 27, 2025 at 06:13:57 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 26
dsolve([diff(x(t),t)=x(t)+y(t),diff(y(t),t)=-2*x(t)-2*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 58
DSolve[{D[x[t],t]==x[t]+y[t],D[y[t],t]==-2*x[t]-2*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]