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 >

HypergeometricU

HypergeometricU[a, b, z]
is the confluent hypergeometric function U(a,b,z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • The function U(a,b,z) has the integral representation .
  • HypergeometricU[a, b, z] has a branch cut discontinuity in the complex z plane running from -infty to 0.
  • For certain special arguments, HypergeometricU automatically evaluates to exact values.
Evaluate numerically:
Plot U(3,2,x):
Series expansion at the origin:
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
HypergeometricU threads element-wise over lists:
HypergeometricU automatically evaluates to simpler functions for certain parameters:
TraditionalForm formatting:
Expand HypergeometricU in series around infinity:
Solve the confluent hypergeometric differential equation:
Borel summation of divergent series of _2F_0(a,a-b+1;;z) gives HypergeometricU:
Use FunctionExpand to expand HypergeometricU into simpler functions:
Integrate may give results involving HypergeometricU:
The default setting of $MaxExtraPrecision can be insufficient to obtain requested precision:
A larger setting for $MaxExtraPrecision may be needed:
Visualize the confluency relation :
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team