Internal
problem
ID
[13968]
Book
:
APPLIED
DIFFERENTIAL
EQUATIONS
The
Primary
Course
by
Vladimir
A.
Dobrushkin.
CRC
Press
2015
Section
:
Chapter
4,
Second
and
Higher
Order
Linear
Differential
Equations.
Problems
page
221
Problem
number
:
Problem
1(k)
Date
solved
:
Tuesday, January 28, 2025 at 06:10:35 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 12
dsolve(5*diff(y(x),x)-x*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 22
DSolve[5*D[y[x],x]-x*y[x]==0,y[x],x,IncludeSingularSolutions -> True]