Internal
problem
ID
[18677]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
IV.
Ordinary
linear
differential
equations
with
constant
coefficients.
Exercises
at
page
58
Problem
number
:
14
Date
solved
:
Tuesday, January 28, 2025 at 12:09:19 PM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 29
dsolve(diff(y(x),x$4)-y(x)=x^4,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 36
DSolve[D[y[x],{x,4}]-y[x]==x^4,y[x],x,IncludeSingularSolutions -> True]