37
Xnumbers Tutorial
98
Function Poly_ChebychevT(x, [n])
Function Poly_ChebychevU(x, [n])
Evaluate the Chebychev orthogonal polynomial of 1st and 2nd kind
Parameters:
x (real) is the abscissa,
n (integers) is the degree. Default n = 1
Function Poly_Gegenbauer(L, x, [n])
Evaluate the Gegenbauer orthogonal polynomial of 1st and 2nd kind
Parameters:
x (real) is the abscissa,
n (integers) is the degree. Default n = 1
L (real) is the Gegenbauer factor and must be L < 1/2
Function Poly_Hermite(x, [n])
Evaluate the Hermite orthogonal polynomial of 1st and 2nd kind
Parameters:
x (real) is the abscissa,
n (integers) is the degree. Default n = 1
Function Poly_Jacobi(a, b, x, [n])
Evaluate the Jacobi orthogonal polynomial of 1st and 2nd kind
Parameters:
x (real) is the abscissa,
n (integers) is the degree. Default n = 1
a (real) is the power of (1-x) factor of the weighting function
b (real) is the power of (1+x) factor of the weighting function
Function Poly_Laguerre(x, [n], [m])
Evaluate the Laguerre orthogonal polynomial of 1st and 2nd kind
Parameters:
x (real) is the abscissa,
n (integers) is the degree. Default n = 1
m (integer) is the number of generalized polynomial. Default m = 0
Function Poly_Legendre(x, [n])
Evaluate the Legendre orthogonal polynomial of 1st and 2nd kind
Parameters:
x (real) is the abscissa,
n (integers) is the degree. Default n = 1