orthopoly
G
Gegenbauer (ultraspherical) polynomial
Calling Sequence
Parameters
Description
Examples
G(n, a, x)
n
-
non-negative integer
a
rational number greater than −12 or nonrational algebraic expression
x
algebraic expression
The G(n, a, x) function computes the nth ultraspherical (Gegenbauer) polynomial with parameter a evaluated at x.
These polynomials are orthogonal on the interval −1,1 with respect to the weight function w⁡x=−x2+1a−12. For a≠0 they satisfy:
∫−11w⁡t⁢G⁡m,a,t⁢G⁡n,a,tⅆt=0n≠mπ⁢21−2⁢a⁢Γ⁡n+2⁢an!⁢n+a⁢Γ⁡a2n=m
When a=0, G⁡0,0,x=1, and G⁡n,0,x=2⁢T⁡n,xn for 0<n, where T⁡n,x is the nth Chebyshev polynomial of the first kind.
The ultraspherical polynomials satisfy the following recurrence relation, for a≠0.
G⁡0,a,x=1
G⁡1,a,x=2⁢a⁢x
G⁡n,a,x=2⁢n+a−1⁢x⁢G⁡n−1,a,xn−n+2⁢a−2⁢G⁡n−2,a,xn,for n>1.
with⁡orthopoly:
G⁡2,5,x
60⁢x2−5
G⁡3,2,x
32⁢x3−12⁢x
G⁡17,−13,23
6498374549594246012157665459056928801
See Also
GAMMA
GegenbauerC
Download Help Document