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