Internal
problem
ID
[7637]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
2.
Linear
equations
with
constant
coefficients.
Page
69
Problem
number
:
1(i)
Date
solved
:
Monday, January 27, 2025 at 03:08:46 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 21
dsolve(4*diff(y(x),x$2)-y(x)=exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 33
DSolve[4*D[y[x],{x,2}]-y[x]==Exp[x],y[x],x,IncludeSingularSolutions -> True]