1
$\begingroup$

I would like to derive the correct Laguerre function from the differential equation but the differential equations seems different from the original one.

What is the correct differential equation and other kinds of equations under the hypergeometric family?

Maple output Kummer, i am not familiar with mathematica, can mathematica do?

The goal is to make target1 and target2 equal

Maple code

s := x; tau := alpha - 1 - x; source := s*Diff(y(x),x$2)+tau*Diff(y(x),x)+n*y(x)=0; sol := dsolve(source,y(x)); target1 :=ztrans(sol,x,z);  target2 := sqrt(1-a^2)/(1-a/z)*((1/z-a)/(1-a/z))^(N-1); 
  • 0
    You seem to have a slight error in your (Sonine-)Laguerre differential equation; [the form I know](http://functions.wolfram.com/Polynomials/LaguerreL3/13/01/01/0001/) is $xy^{\prime\prime}+(\alpha+1-x)y^\prime+ny=0$2012-07-17

0 Answers 0