Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions >

GegenbauerC

GegenbauerC[n, m, x]
gives the Gegenbauer polynomial .
GegenbauerC[n, x]
gives the renormalized form .
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • Explicit polynomials are given for integer n and for any m.
  • satisfies the differential equation (1-x^2)y^('')-(2m+1)xy^'+n(n+2m)y=0.
  • The Gegenbauer polynomials are orthogonal on the interval (-1,1) with weight function (1-x^2)^(m-1/2), corresponding to integration over a unit hypersphere.
  • For certain special arguments, GegenbauerC automatically evaluates to exact values.
  • GegenbauerC can be evaluated to arbitrary numerical precision.
  • GegenbauerC[n, m, z] has a branch cut discontinuity in the complex z plane running from -infty to -1.
Compute the 10^(th) Gegenbauer polynomial:
Compute the 10^(th) renormalized Gegenbauer polynomial:
Plot C_(10)(x):
Compute the 10^(th) Gegenbauer polynomial:
In[1]:=
Click for copyable input
Out[1]=
Compute the 10^(th) renormalized Gegenbauer polynomial:
In[2]:=
Click for copyable input
Out[2]=
 
Plot C_(10)(x):
In[1]:=
Click for copyable input
Out[1]=
Evaluate for complex orders and arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
GegenbauerC threads element-wise over lists:
Simple cases give exact symbolic results:
TraditionalForm formatting:
Apply GegenbauerC to a power series:
GegenbauerC can deal with real-valued intervals:
Eigenfunctions of the angular part of the four-dimensional Laplace operator:
Radial part of the hydrogen atom eigenfunction in momentum representation:
Use FunctionExpand to expand GegenbauerC into other functions:
Cancellations in the polynomial form may lead to inaccurate numerical results:
Evaluate the function directly:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team