Internal
problem
ID
[3241]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
26,
page
115
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 07:27:19 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.048 (sec). Leaf size: 49
dsolve([2*diff(x(t),t)+3*x(t)-y(t)=exp(t),5*x(t)-3*diff(y(t),t)=y(t)+2*t],singsol=all)
✓ Solution by Mathematica
Time used: 0.788 (sec). Leaf size: 105
DSolve[{2*D[x[t],t]+3*x[t]-y[t]==Exp[t],5*x[t]-3*D[y[t],t]==y[t]+2*t},{x[t],y[t]},t,IncludeSingularSolutions -> True]