| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Symbolic Math Toolbox |
| Contents | Index |
| Learn more about Symbolic Math Toolbox |
hypergeom(n,d,z)
hypergeom(n,d,z) is the generalized hypergeometric function F(n, d, z), also known as the Barnes extended hypergeometric function and denoted by jFk where j = length(n) and k = length(d). For scalar a, b, and c, hypergeom([a,b],c,z) is the Gauss hypergeometric function 2F1(a,b;c;z).
The definition by a formal power series is
![]()
where

Either of the first two arguments may be a vector providing the coefficient parameters for a single function evaluation. If the third argument is a vector, the function is evaluated pointwise. The result is numeric if all the arguments are numeric and symbolic if any of the arguments is symbolic.
See Abramowitz and Stegun, Handbook of Mathematical Functions, Chapter 15.
Compute hypergeometric functions:
syms a z q = hypergeom([],[],z) r = hypergeom(1,[],z) s = hypergeom(a,[],z)
The results are:
q = exp(z) r = -1/(z - 1) s = 1/(1 - z)^a
![]() | horner (sym) | ifourier (sym) | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |