hypergeom - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


MTM

  

hypergeom

  

generalized hypergeometric function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

hypergeom(N, D, z)

Parameters

N

-

vector or scalar

D

-

vector or scalar

z

-

expression

Description

• 

The hypergeom(N, D, z) calling sequence computes the generalized hypergeometric function F(n, d, z). Let N = [n1, n2, ...], j = length(N), D = [d1, d2, ...] and k = length(D).  This function is frequently denoted by jFk(n,d,z).

• 

Formally, F(n, d, z) is defined by the series

∑k=0∞⁡zk⁢∏i=1p⁡pochhammer⁡ni,kk!⁢∏j=1q⁡pochhammer⁡dj,k

Examples

> 

with⁡MTM:

> 

hypergeom⁡,,z

ⅇz

(1)
> 

hypergeom⁡1,,z

11−z

(2)
> 

hypergeom⁡1,2,z

ⅇz⁢1−ⅇ−zz

(3)
> 

hypergeom⁡1,2,2,3,z

2⁢ⅇz⁢1−ⅇ−z⁢1+zz2

(4)
> 

hypergeom⁡a,,z

1−z−a

(5)
> 

hypergeom⁡,1,−z24

BesselJ⁡0,z

(6)
> 

hypergeom⁡−10,10,12,1−z2

512⁢z10−1280⁢z8+1120⁢z6−400⁢z4+50⁢z2−1

(7)

See Also

hypergeom

MTM