Internal
problem
ID
[593]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
5.
Linear
systems
of
differential
equations.
Section
5.2
(Applications).
Problems
at
page
345
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 02:55:07 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.021 (sec). Leaf size: 43
dsolve([diff(x(t),t)=4*x(t)+y(t)+2*t,diff(y(t),t)=-2*x(t)+y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.102 (sec). Leaf size: 77
DSolve[{D[x[t],t]==4*x[t]+y[t]+2*t,D[y[t],t]==-2*x[t]+y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]