Internal
problem
ID
[3440]
Book
:
Ordinary
Differential
Equations,
Robert
H.
Martin,
1983
Section
:
Problem
1.2-1,
page
12
Problem
number
:
1.2-1
(c)
Date
solved
:
Monday, January 27, 2025 at 07:36:47 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 19
dsolve(diff(y(t),t)=2*y(t)+exp(-3*t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.069 (sec). Leaf size: 23
DSolve[D[y[t],t]==2*y[t]+Exp[-3*t],y[t],t,IncludeSingularSolutions -> True]