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