Internal
problem
ID
[4151]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
4.
The
general
linear
differential
equation
of
order
n.
Exercises
at
page
63
Problem
number
:
7(j)
Date
solved
:
Monday, January 27, 2025 at 08:40:03 AM
CAS
classification
:
[[_3rd_order, _missing_x]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 35
dsolve(diff(y(x),x$3)-y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 52
DSolve[D[y[x],{x,3}]-y[x]==0,y[x],x,IncludeSingularSolutions -> True]