Internal
problem
ID
[3238]
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
:
2
Date
solved
:
Monday, January 27, 2025 at 07:27:17 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.035 (sec). Leaf size: 36
dsolve([diff(x(t),t)+5*x(t)=3*t^2,diff(y(t),t)+y(t)=exp(3*t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.109 (sec). Leaf size: 50
DSolve[{D[x[t],t]+5*x[t]==3*t^2,D[y[t],t]+y[t]==Exp[3*t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]