Internal
problem
ID
[6736]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
16.
Linear
equations
with
constant
coefficients
(Short
methods).
Supplemetary
problems.
Page
107
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 02:26:50 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 20
dsolve(diff(y(x),x$2)-y(x)=exp(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 29
DSolve[D[y[x],{x,2}]-y[x]==Exp[x],y[x],x,IncludeSingularSolutions -> True]