Internal
problem
ID
[713]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
1.5.
Linear
first
order
equations.
Page
56
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 02:58:59 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 15
dsolve(-3*y(x)+2*x*diff(y(x),x) = 9*x^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.027 (sec). Leaf size: 19
DSolve[-3*y[x]+2*x*D[y[x],x] == 9*x^3,y[x],x,IncludeSingularSolutions -> True]