PolynomialTools[IsSelfReciprocal] - determine whether a polynomial is self-reciprocal
|
Calling Sequence
|
|
IsSelfReciprocal(a, x, 'p')
|
|
Parameters
|
|
a
|
-
|
expression
|
x
|
-
|
indeterminate
|
p
|
-
|
(optional) name
|
|
|
|
|
Description
|
|
•
|
If d is even and if the optional third argument p is specified, p is assigned the polynomial P of degree such that .
|
•
|
Note that if d is odd, a being self-reciprocal implies that a is divisible by . In this case, if p is specified then the result computed is for .
|
•
|
This function is part of the PolynomialTools package, and so it can be used in the form IsSelfReciprocal(..) only after executing the command with(PolynomialTools). However, it can always be accessed through the long form of the command by using PolynomialTools[IsSelfReciprocal](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?