Internal
problem
ID
[9810]
Book
:
Collection
of
Kovacic
problems
Section
:
section
1
Problem
number
:
655
Date
solved
:
Monday, January 27, 2025 at 06:14:32 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 36
dsolve(z*diff(y(z),z$2)+(2*z-3)*diff(y(z),z)+4/z*y(z)=0,y(z), singsol=all)
✓ Solution by Mathematica
Time used: 0.225 (sec). Leaf size: 55
DSolve[z*D[y[z],{z,2}]+(2*z-3)*D[y[z],z]+4/z*y[z]==0,y[z],z,IncludeSingularSolutions -> True]