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