pochhammer SciMax Toolbox point_size

SciMax Toolbox >> pochhammer_max_index

pochhammer_max_index

Variable

pochhammer_max_index

Description

Default value: 100

pochhammer (n, x) expands to a product if and only if n <= pochhammer_max_index.

Examples:

(%i1) pochhammer (x, 3), pochhammer_max_index : 3;
(%o1)                   x (x + 1) (x + 2)
(%i2) pochhammer (x, 4), pochhammer_max_index : 3;
(%o2)                         (x)
                                 4

Reference: Abramowitz and Stegun, equation 6.1.16, page 256.

pochhammer SciMax Toolbox point_size