Internal
problem
ID
[3501]
Book
:
Mathematical
methods
for
physics
and
engineering,
Riley,
Hobson,
Bence,
second
edition,
2002
Section
:
Chapter
16,
Series
solutions
of
ODEs.
Section
16.6
Exercises,
page
550
Problem
number
:
Problem
16.1
Date
solved
:
Monday, January 27, 2025 at 07:39:55 AM
CAS
classification
:
[_Gegenbauer]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 53
Order:=6; dsolve((1-z^2)*diff(y(z),z$2)-3*z*diff(y(z),z)+lambda*y(z)=0,y(z),type='series',z=0);
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 80
AsymptoticDSolveValue[(1-z^2)*D[y[z],{z,2}]-3*z*D[y[z],z]+\[Lambda]*y[z]==0,y[z],{z,0,"6"-1}]