RationalNormalForms[IsHypergeometricTerm] - test if a given expression is a hypergeometric term
|
Calling Sequence
|
|
IsHypergeometricTerm(H, n, certificate)
|
|
Parameters
|
|
H
|
-
|
expression in n
|
n
|
-
|
variable
|
certificate
|
-
|
(optional) name
|
|
|
|
|
Description
|
|
•
|
The IsHypergeometricTerm(H,n) function returns true if is a hypergeometric term in n. Otherwise, false is returned.
|
•
|
If the third optional argument is included, it is assigned to the certificate of .
|
•
|
This function is part of the RationalNormalForms package, and so it can be used in the form IsHypergeometricTerm(..) only after executing the command with(RationalNormalForms). However, it can always be accessed through the long form of the command by using RationalNormalForms[IsHypergeometricTerm](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?