Internal
problem
ID
[2802]
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
:
4
Date
solved
:
Monday, January 27, 2025 at 06:14:00 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 34
dsolve([diff(x(t),t)=1*x(t)-4*y(t),diff(y(t),t)=4*x(t)-7*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 46
DSolve[{D[x[t],t]==1*x[t]-4*y[t],D[y[t],t]==4*x[t]-7*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]