Internal
problem
ID
[3542]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode,
second
edition,
2000
Section
:
1.6,
page
50
Problem
number
:
13
Date
solved
:
Monday, January 27, 2025 at 07:41:13 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 27
dsolve(diff(y(x),x)+alpha*y(x)=exp(beta*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.066 (sec). Leaf size: 31
DSolve[D[y[x],x]+\[Alpha]*y[x]==Exp[\[Beta]*x],y[x],x,IncludeSingularSolutions -> True]