Hypersum - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

sumtools

  

hypersum

  

Zeilberger-Koepf's hypersum algorithm

  

Hypersum

  

Zeilberger-Koepf's algorithm

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

hypersum(U, L, z, n)

Hypersum(U, L, z, n)

Parameters

U, L

-

lists of the upper and lower parameters

z

-

evaluation point

n

-

name, recurrence variable

Description

• 

This function is an implementation of Zeilberger-Koepf's algorithm, and calculates a closed form for the sum

khypertermU,L,k

  

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.

Examples

withsumtools:

Dougall's identity

hypersuma,1+a2,b,c,d,1+2abcd+n,n,a2,1+ab,1+ac,1+ad,1+a1+2abcd+n,1+a+n,1,n

pochhammera+1,npochhammerabc+1,npochhammerabd+1,npochhammeracd+1,npochhammer1+ab,npochhammer1+ac,npochhammer1+ad,npochhammerabcd+1,n

(1)

Hypersuma,1+a2,b,c,d,1+2abcd+n,n,a2,1+ab,1+ac,1+ad,1+a1+2abcd+n,1+a+n,1,n

Hyperterm1,a+1,abc+1,abd+1,acd+1,1+ab,1+ac,1+ad,abcd+1,1,n

(2)

Andrews

Hypersumn,n+3a,a,32a,3a+12,34,n

Hyperterm1,23,13,23+a,a+13,1,n3iremn,3=00iremn,3=10iremn,3=2

(3)

See Also

sum

sumtools

SumTools[Hypergeometric][KoepfZeilberger]

 


Download Help Document