sumtools
hypersum
Zeilberger-Koepf's hypersum algorithm
Hypersum
Zeilberger-Koepf's algorithm
Calling Sequence
Parameters
Description
Examples
hypersum(U, L, z, n)
Hypersum(U, L, z, n)
U, L
-
lists of the upper and lower parameters
z
evaluation point
n
name, recurrence variable
This function is an implementation of Zeilberger-Koepf's algorithm, and calculates a closed form for the sum
the sum to be taken over all integers k, with respect to n, whenever an extension of Zeilberger's algorithm gives a suitable recurrence equation. Here, U and L denote the lists of upper and lower parameters, and z is the evaluation point. The arguments of U and L are assumed to be rational-linear with respect to n. The procedure Hypersum is the corresponding inert form which remains unevaluated.
The command with(sumtools,hypersum) allows the use of the abbreviated form of this command.
Dougall's identity
Andrews
See Also
sum
SumTools[Hypergeometric][KoepfZeilberger]
Download Help Document