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