RegularChains[Rank] - rank of a non-constant polynomial
|
Calling Sequence
|
|
Rank(p, R)
|
|
Parameters
|
|
R
|
-
|
polynomial ring
|
p
|
-
|
polynomial of R
|
|
|
|
|
Description
|
|
•
|
The function call Rank(p,R) returns the rank of p with respect to the variable ordering of R, that is, the main variable of p raised to its main degree.
|
•
|
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 Rank(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[Rank](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
Change the ordering of the variable.
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
Set the characteristic to 3.
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
| (18) |
>
|
|
| (19) |
>
|
|
| (20) |
>
|
|
| (21) |
|
|
Download Help Document
Was this information helpful?