Internal
problem
ID
[2961]
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
:
4
Date
solved
:
Monday, January 27, 2025 at 07:04:31 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 12
dsolve(diff(y(x),x)=y(x)+3*x^2*exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.051 (sec). Leaf size: 15
DSolve[D[y[x],x]==y[x]+3*x^2*Exp[x],y[x],x,IncludeSingularSolutions -> True]