Internal
problem
ID
[1110]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.1.
Page
40
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 04:33:45 AM
CAS
classification
:
[[_linear, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 19
dsolve([-y(t)+diff(y(t),t) = 2*exp(2*t)*t,y(0) = 1],y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.053 (sec). Leaf size: 19
DSolve[{-y[t]+D[y[t],t] == 2*Exp[2*t]*t,y[0]==1},y[t],t,IncludeSingularSolutions -> True]