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 >

HypergeometricPFQ

HypergeometricPFQ[{a1, ..., ap}, {b1, ..., bq}, z]
is the generalized hypergeometric function _pF_q(a;b;z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • _pF_q(a;b;z) has series expansion sum_(k=0)^(infty)(a_1)_k...(a_p)_k/(b_1)_k...(b_q)_k z^k/k!.
  • In many special cases, HypergeometricPFQ is automatically converted to other functions.
  • For certain special arguments, HypergeometricPFQ automatically evaluates to exact values.
  • For p=q+1, HypergeometricPFQ[alist, blist, z] has a branch cut discontinuity in the complex z plane running from 1 to infty.
Evaluate numerically:
Plot _2F_3(1,1;3,3,3;x):
Evaluate symbolically:
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:
HypergeometricPFQ threads element-wise over lists in its third argument:
For simple parameters, HypergeometricPFQ evaluates to simpler functions:
HypergeometricPFQ evaluates to a polynomial if any of the parameters ak is a non-positive integer:
TraditionalForm formatting:
Expand HypergeometricPFQ of type p==q+1 into a series at the branch point z==1:
Expand HypergeometricPFQ into a series around z==infty:
Solve a differential equation of hypergeometric type:
A formula for solutions to trinomial equation x^(n+1)-x+t==0:
First root of the quintic x^5-x+1==0:
Check the solution:
Effective confining potential in random matrix theory for a Gaussian density of states:
Expansion at infinity reveals logarithmic growth:
Surface tension of an electrolyte solution as a function of concentration y:
Onsager law for small concentrations:
Fractional derivative of Sin:
Derivative of order 1/2 of Sin:
Plot a smooth transition between the derivative and integral of Sin:
Integrate frequently returns results containing HypergeometricPFQ:
Sum may return results containing HypergeometricPFQ:
Use FunctionExpand to transform HypergeometricPFQ into less general functions:
Machine-precision input may be insufficient to get a correct answer:
With exact input, the answer is correct:
Common symbolic parameters in HypergeometricPFQ generically cancel:
However, when there is a negative integer among common elements, HypergeometricPFQ is interpreted as a polynomial:
The period of an anharmonic oscillator with Hamiltonian :
Period for quartic anharmonicity:
Limit of pure quartic potential:
New in 3 | Last modified in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team