SumTools[DefiniteSum]
pFqToStandardFunctions
compute closed forms of definite sums using hypergeometric functions
Calling Sequence
Parameters
Description
Examples
References
pFqToStandardFunctions(f, k=m..n)
f
-
expression; specified summand
k
name
m, n
expressions or integers
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).
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
pFqToStandardFunctions⁡F,k=0..∞
FAIL
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
_EnvFormal≔true:
Sum⁡F,k=0..∞=pFqToStandardFunctions⁡F,k=0..∞
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[DefiniteSummation]
SumTools[IndefiniteSummation]
SumTools[Summation]
Download Help Document