Internal
problem
ID
[1107]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.1.
Page
40
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 04:33:40 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 14
dsolve(-y(t)+t*diff(y(t),t) = t^2/exp(t),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.060 (sec). Leaf size: 17
DSolve[-y[t]+t*D[y[t],t] == t^2/Exp[t],y[t],t,IncludeSingularSolutions -> True]