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 > Hypergeometric Functions >

WhittakerM

WhittakerM[k, m, z]
gives the Whittaker function M_(k,m)(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • WhittakerM is related to the hypergeometric function by .
  • M_(k,m)(z) vanishes at z=0 for m>0.
  • For certain special arguments, WhittakerM automatically evaluates to exact values.
  • WhittakerM can be evaluated to arbitrary numerical precision.
  • WhittakerM[k, m, z] has a branch cut discontinuity in the complex z plane running from -infty to 0.
Evaluate numerically:
Plot M_(2,1/2)(x):
Use FunctionExpand to expand in terms of hypergeometric functions:
Evaluate numerically:
In[1]:=
Click for copyable input
Out[1]=
 
Plot M_(2,1/2)(x):
In[1]:=
Click for copyable input
Out[1]=
 
Use FunctionExpand to expand in terms of hypergeometric functions:
In[1]:=
Click for copyable input
Out[1]=
Evaluate for complex arguments and parameters:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
Evaluate symbolically at the origin:
WhittakerM threads element-wise over lists:
Series expansion:
TraditionalForm formatting:
The bound-state Coulomb eigenfunction in parabolic coordinates:
Decompose the eigenfunction in terms of spherical eigenfunctions:
Parabolic coordinates relate to radial coordinates as zeta=r (1+cos(theta)) and eta=r (1-cos(theta)):
Use FunctionExpand to expand WhittakerM into other functions:
Integrate expressions involving Whittaker functions:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team