pFqToStandardFunctions - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


SumTools[DefiniteSum]

  

pFqToStandardFunctions

  

compute closed forms of definite sums using hypergeometric functions

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

pFqToStandardFunctions(f, k=m..n)

Parameters

f

-

expression; specified summand

k

-

name

m, n

-

expressions or integers

Description

• 

The pFqToStandardFunctions(f, k=m..n) command computes a closed form of the definite sum of f over the specified range of k by first converting the specified sum into hypergeometric functions. If possible, the output is then converted to standard functions.

• 

If _EnvFormal is assigned true, the command computes the result in the sense of analytic continuation. Otherwise, the command computes the closed form in the domain of convergence (see hypergeom).

Examples

> 

with⁡SumToolsDefiniteSum:

> 

F≔22⁢kπ12⁢Γ⁡k−n⁢Γ⁡k+nΓ⁡2⁢k+1⁢zk

F≔22⁢k⁢Γ⁡k−n⁢Γ⁡k+n⁢zkπ⁢Γ⁡2⁢k+1

(1)
> 

pFqToStandardFunctions⁡F,k=0..∞

FAIL

(2)
> 

Sum⁡F,k=0..∞=pFqToStandardFunctions⁡F,k=0..∞assumingabs⁡z≤1

∑k=0∞⁡22⁢k⁢Γ⁡k−n⁢Γ⁡k+n⁢zkπ⁢Γ⁡2⁢k+1=−π⁢cos⁡2⁢n⁢arcsin⁡z⁢csc⁡π⁢nn

(3)
> 

_EnvFormal≔true:

> 

Sum⁡F,k=0..∞=pFqToStandardFunctions⁡F,k=0..∞

∑k=0∞⁡22⁢k⁢Γ⁡k−n⁢Γ⁡k+n⁢zkπ⁢Γ⁡2⁢k+1=−π⁢cos⁡2⁢n⁢arcsin⁡z⁢csc⁡π⁢nn

(4)

References

  

Petkovsek, M.; Wilf, H.; and Zeilberger, D. A=B, Ch. 3. Wellesley, Massachusetts: A K Peters, Ltd., 1996.

  

Prudnikov, A. P.; Brychkov, Yu.; and Marichev, O. Integrals and Series. Gordon and Breach Science Publishers, 1990. Vol. 3: More Special Functions.

  

Roach, K. "Hypergeometric Function Representations." Proceedings ISSAC 1996, pp. 301-308. New York: ACM Press, 1996.

See Also

hypergeom

SumTools[DefiniteSum]

SumTools[DefiniteSummation]

SumTools[IndefiniteSummation]

SumTools[Summation]