Internal
problem
ID
[18012]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
149
(page
224)
Date
solved
:
Tuesday, January 28, 2025 at 11:19:56 AM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 33
dsolve(diff(y(x),x$4)+4*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 40
DSolve[D[y[x],{x,4}]+4*y[x]==0,y[x],x,IncludeSingularSolutions -> True]