Internal
problem
ID
[2962]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
5
Date
solved
:
Monday, January 27, 2025 at 07:04:33 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 12
dsolve(diff(x(y),y)+x(y)=exp(-y),x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.053 (sec). Leaf size: 15
DSolve[D[x[y],y]+x[y]==Exp[-y],x[y],y,IncludeSingularSolutions -> True]