Internal
problem
ID
[7634]
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(f)
Date
solved
:
Monday, January 27, 2025 at 03:08:36 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 23
dsolve(diff(y(x),x$2)-7*diff(y(x),x)+6*y(x)=sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.059 (sec). Leaf size: 32
DSolve[D[y[x],{x,2}]-7*D[y[x],x]+6*y[x]==Sin[x],y[x],x,IncludeSingularSolutions -> True]