Internal
problem
ID
[4475]
Book
:
Differential
equations
for
engineers
by
Wei-Chau
XIE,
Cambridge
Press
2010
Section
:
Chapter
4.
Linear
Differential
Equations.
Page
183
Problem
number
:
32
Date
solved
:
Monday, January 27, 2025 at 09:20:30 AM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.007 (sec). Leaf size: 27
dsolve(diff(y(x),x$4)-y(x)=4*exp(-x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.026 (sec). Leaf size: 47
DSolve[D[y[x],{x,4}]-y[x]==4*Exp[-x],y[x],x,IncludeSingularSolutions -> True]