Internal
problem
ID
[3169]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
20,
page
90
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 07:24:51 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 24
dsolve(diff(y(x),x)+P(x)*y(x)=Q(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 51
DSolve[D[y[x],x]+p[x]*y[x]==q[x],y[x],x,IncludeSingularSolutions -> True]