Internal
problem
ID
[2813]
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
:
16
Date
solved
:
Monday, January 27, 2025 at 06:14:12 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.038 (sec). Leaf size: 60
dsolve([diff(x__1(t),t)=-x__1(t)-x__2(t)+1,diff(x__2(t),t)=2*x__1(t)-x__2(t)+5],singsol=all)
✓ Solution by Mathematica
Time used: 0.070 (sec). Leaf size: 91
DSolve[{D[x1[t],t]==-x1[t]-x2[t],D[x2[t],t]==2*x1[t]-x2[t]+5},{x1[t],x2[t]},t,IncludeSingularSolutions -> True]