Internal
problem
ID
[14113]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
8.3
Systems
of
Linear
Differential
Equations
(Variation
of
Parameters).
Problems
page
514
Problem
number
:
Problem
3(b)
Date
solved
:
Tuesday, January 28, 2025 at 06:14:37 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 1.092 (sec). Leaf size: 81
dsolve([diff(x(t),t)=-7*x(t)+6*y(t)+6*exp(-t),diff(y(t),t)=-12*x(t)+5*y(t)+37],singsol=all)
✓ Solution by Mathematica
Time used: 0.123 (sec). Leaf size: 227
DSolve[{D[x[t],t]==-7*x[t]+6*y[t]+6*Exp[-t],D[y[t],t]==-12*x[t]+5*y[t]+37},{x[t],y[t]},t,IncludeSingularSolutions -> True]