Internal
problem
ID
[18585]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
VII.
Linear
equations
of
order
higher
than
the
first.
section
56.
Problems
at
page
163
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 12:03:00 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 33
dsolve(diff(v(u),u$2)-6*diff(v(u),u)+13*v(u)=exp(-2*u),v(u), singsol=all)
✓ Solution by Mathematica
Time used: 0.109 (sec). Leaf size: 39
DSolve[D[v[u],{u,2}]-6*D[v[u],u]+13*v[u]==Exp[-2*u],v[u],u,IncludeSingularSolutions -> True]