pochhammer - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


pochhammer

general pochhammer function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

pochhammer(z, a)

Parameters

z

-

expression

a

-

expression

Description

• 

The pochhammer symbol is defined for a positive integer n and complex number z as

  

This is extended analytically to complex  by using the formula

  

 

• 

At all points  such that  and  are positive integers, this is equivalent to:

  

In the case that  is a non-positive integer, pochhammer(z,a) is defined by this limit.

  

In the case that both  and  are non-positive integers, Maple also signals the invalid_operation numeric event, allowing the user to control this singular behavior by catching the event. See numeric_events for more information.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(15)

(16)

(17)

(18)

(19)

See Also

convert

diff

evalf

expand

GAMMA

initialfunctions

NumericStatus

series

 


Download Help Document