Internal
problem
ID
[3515]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode,
second
edition,
2000
Section
:
1.4,
page
36
Problem
number
:
1
Date
solved
:
Monday, January 27, 2025 at 07:40:10 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 10
dsolve(diff(y(x),x)=2*x*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 18
DSolve[D[y[x],x]==2*x*y[x],y[x],x,IncludeSingularSolutions -> True]