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 >

Hypergeometric1F1

Hypergeometric1F1[a, b, z]
is the Kummer confluent hypergeometric function _1F_1(a;b;z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • The _1F_1 function has the series expansion _1F_1(a;b;z)=sum_(k=0)^(infty)(a)_k/(b)_k z^k/k!.
  • For certain special arguments, Hypergeometric1F1 automatically evaluates to exact values.
Evaluate numerically:
Plot _1F_1(1;2;x):
Series at the origin:
Evaluate for complex arguments and parameters:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
Hypergeometric1F1 automatically evaluates to simpler functions for certain parameters:
Hypergeometric1F1 threads element-wise over list arguments and parameters:
TraditionalForm formatting:
Apply Hypergeometric1F1 to a power series:
Expand Hypergeometric1F1 in a series around infinity:
Hydrogen atom radial wave function for continuous spectrum:
Compute the energy eigenvalue from the differential equation:
Closed form for Padé approximation of Exp to any order:
Compare with explicit approximants:
Integrate may give results involving Hypergeometric1F1:
Use FunctionExpand to convert confluent hypergeometric functions:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team