Internal
problem
ID
[18880]
Book
:
Introductory
Course
On
Differential
Equations
by
Daniel
A
Murray.
Longmans
Green
and
Co.
NY.
1924
Section
:
Chapter
VI.
Linear
equations
with
constant
coefficients.
problems
at
page
75
Problem
number
:
Ex.
1
Date
solved
:
Tuesday, January 28, 2025 at 12:33:20 PM
CAS
classification
:
[[_3rd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 54
dsolve(diff(y(x),x$3)+y(x)=3+exp(-x)+5*exp(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.836 (sec). Leaf size: 79
DSolve[D[y[x],{x,3}]+y[x]==3+Exp[-x]+5*Exp[2*x],y[x],x,IncludeSingularSolutions -> True]