Internal
problem
ID
[7672]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
2.
Linear
equations
with
constant
coefficients.
Page
93
Problem
number
:
1(h)
Date
solved
:
Monday, January 27, 2025 at 03:09:35 PM
CAS
classification
:
[[_3rd_order, _quadrature]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 33
dsolve(diff(y(x),x$3)=x^2+exp(-x)*sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.103 (sec). Leaf size: 47
DSolve[D[y[x],{x,3}]==x^2+Exp[-x]*Sin[x],y[x],x,IncludeSingularSolutions -> True]