Internal
problem
ID
[8765]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
53
Date
solved
:
Monday, January 27, 2025 at 04:48:32 PM
CAS
classification
:
[[_Emden, _Fowler], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 17
dsolve(t*diff(y(t),t$2)-diff(y(t),t)+4*t^3*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.020 (sec). Leaf size: 20
DSolve[t*D[y[t],{t,2}]-D[y[t],t]+4*t^3*y[t]==0,y[t],t,IncludeSingularSolutions -> True]