Calculates the Generalized Laguerre polynomials of degree n and order alpha. When alpha is set to zero it reduces to the normal Laguerre polynomials.
Part of MathLib, a diverse library of mathematical functions.
Creates a new instance of GenLaguerre.
n |
The degree of the generalized Laguerre polynomial. An instance of Integer. |
a |
The order of the generalized Laguerre polynomial. An instance of SimpleNumber. |
Calculates the generalized Laguerre polynomial of degree n and order alpha for x.
n |
The degree of the generalized Laguerre polynomial. An instance of Integer. |
a |
The order of the generalized Laguerre polynomial. An instance of SimpleNumber. |
x |
An instance of SimpleNumber. |
Set the degree of the generalized Laguerre polynomial.
Get the degree of the generalized Laguerre polynomial.
Set the order of the generalized Laguerre polynomial.
Get the order of the generalized Laguerre polynomial.
Set the degree n and order alpha of the generalized Laguerre polynomial.
Get the degree n and order alpha of the generalized Laguerre polynomial.
Calculate the generalized Laguerre polynomial for x.
Michael Dzjaparidze, 2010.1