QDifferenceEquations[IsQHypergeometricTerm] - test if a given expression is a q-hypergeometric term
|
Calling Sequence
|
|
IsQHypergeometricTerm(H, n, q^n=N, R)
|
|
Parameters
|
|
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
|
|
|
|
|
Description
|
|
•
|
The IsQHypergeometricTerm(H,n,q^n=N,R) command returns true if is a q-hypergeometric term of q^n. Otherwise, it returns false.
|
•
|
This implementation is mainly based on the implementation by H. Boeing and W. Koepf. See the References section.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
References
|
|
|
Boeing, H., and Koepf, W. "Algorithms for q-hypergeometric summation in computer algebra." Journal of Symbolic Computation. Vol. 11. (1999): 1-23.
|
|
|
Download Help Document
Was this information helpful?