RationalNormalForms[AreSimilar] - test if two hypergeometric terms are similar
|
Calling Sequence
|
|
AreSimilar(S, T, n)
|
|
Parameters
|
|
S
|
-
|
hypergeometric term in n
|
T
|
-
|
hypergeometric term in n
|
n
|
-
|
variable
|
|
|
|
|
Description
|
|
•
|
The AreSimilar(S,T,n) function returns true if and are similar. Otherwise, false is returned.
|
|
Two hypergeometric terms and are similar if their ratio is a rational function of n.
|
•
|
This function is part of the RationalNormalForms package, and so it can be used in the form AreSimilar(..) only after executing the command with(RationalNormalForms). However, it can always be accessed through the long form of the command by using RationalNormalForms[AreSimilar](..).
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?