QDifferenceEquations
IsQHypergeometricTerm
test if a given expression is a q-hypergeometric term
Calling Sequence
Parameters
Description
Examples
References
IsQHypergeometricTerm(H, n, q^n=N, R)
H
-
function of q^n, algebraic expression
n
variable
q
name used as the parameter q, usually q
N
name
R
(optional) name; assigned the computed certificate
The IsQHypergeometricTerm(H,n,q^n=N,R) command returns true if H is a q-hypergeometric term of q^n. Otherwise, it returns false.
A function H is q-hypergeometric of q^n if H⁡qn+1H⁡qn=R⁡qn, a rational function of q^n. R⁡qn is the certificate of H⁡qn. If the fourth optional argument is included, it is assigned the certificate R⁡N=R⁡qn.
This implementation is mainly based on the implementation by H. Boeing and W. Koepf. See the References section.
with⁡QDifferenceEquations:
T≔qn−1qn2⁢QPochhammer⁡a,q,n⁢Product⁡q4⁢qk+1,k=0..n−1
T≔qn−1⁢QPochhammer⁡a,q,n⁢∏k=0n−1⁡q4⁢qk+1qn2
IsQHypergeometricTerm⁡T,n,qn=N,R
true
−q4⁢N+1⁢N⁢q−1⁢a⁢N−1q2⁢N−1
T≔QBrackets⁡n2,q
IsQHypergeometricTerm⁡T,n,qn=N
false
Boeing, H., and Koepf, W. "Algorithms for q-hypergeometric summation in computer algebra." Journal of Symbolic Computation. Vol. 11. (1999): 1-23.
See Also
QDifferenceEquations[QObjects]
QDifferenceEquations[QSimpComb]
Download Help Document