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).
withSumToolsDefiniteSum:
F≔22kπ12Γk−nΓk+nΓ2k+1zk
F≔22kΓk−nΓk+nzkπΓ2k+1
pFqToStandardFunctionsF,k=0..∞
FAIL
SumF,k=0..∞=pFqToStandardFunctionsF,k=0..∞assumingabsz≤1
∑k=0∞22kΓk−nΓk+nzkπΓ2k+1=−πcos2narcsinzcscπnn
_EnvFormal≔true:
SumF,k=0..∞=pFqToStandardFunctionsF,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