pochhammer - general pochhammer function
|
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
|
|
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) |
|
|
Download Help Document
Was this information helpful?