Internal
problem
ID
[11867]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1868
Date
solved
:
Monday, January 27, 2025 at 11:44:01 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.092 (sec). Leaf size: 63
dsolve([diff(x(t),t)+3*x(t)-y(t)=exp(2*t),diff(y(t),t)+x(t)+5*y(t)=exp(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.154 (sec). Leaf size: 166
DSolve[{D[x[t],t]+3*x[t]-y[t]==Exp[2*t],D[y[t],t]+x[t]+5*y[t]==Exp[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]