Internal
problem
ID
[7662]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
2.
Linear
equations
with
constant
coefficients.
Page
89
Problem
number
:
1(d)
Date
solved
:
Monday, January 27, 2025 at 03:09:09 PM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 27
dsolve(diff(y(x),x$4)-4*diff(y(x),x$3)+6*diff(y(x),x$2)-4*diff(y(x),x)+y(x)=exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.009 (sec). Leaf size: 39
DSolve[D[y[x],{x,4}]-4*D[y[x],{x,3}]+6*D[y[x],{x,2}]-4*D[y[x],x]+y[x]==Exp[x],y[x],x,IncludeSingularSolutions -> True]