RegularChains[Tail] - tail of a non-constant polynomial
|
Calling Sequence
|
|
Tail(p, R)
|
|
Parameters
|
|
R
|
-
|
polynomial ring
|
p
|
-
|
polynomial of R
|
|
|
|
|
Description
|
|
•
|
The function call Tail(p, R) returns the tail of p with respect to the variable ordering of R, that is the reductum of p regarded as a univariate polynomial in its main variable.
|
•
|
It is assumed that p is a non-constant polynomial.
|
•
|
This command is part of the RegularChains package, so it can be used in the form Tail(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[Tail](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
Change the ordering of the variable.
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
Set the characteristic to 3.
>
|
|
| (17) |
>
|
|
| (18) |
>
|
|
| (19) |
>
|
|
| (20) |
>
|
|
| (21) |
>
|
|
| (22) |
>
|
|
| (23) |
|
|
Download Help Document
Was this information helpful?