Internal
problem
ID
[18055]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
192
(page
298)
Date
solved
:
Tuesday, January 28, 2025 at 11:23:31 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.099 (sec). Leaf size: 64
dsolve([diff(x(t),t)+5*x(t)+y(t)=exp(t),diff(y(t),t)+3*y(t)-x(t)=exp(2*t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.143 (sec). Leaf size: 76
DSolve[{D[x[t],t]+5*x[t]+y[t]==Exp[t],D[y[t],t]+3*y[t]-x[t]==Exp[2*t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]