RegularChains[MainDegree] - main degree of a non-constant polynomial
|
Calling Sequence
|
|
MainDegree(p, R)
|
|
Parameters
|
|
R
|
-
|
polynomial ring
|
p
|
-
|
polynomial of R
|
|
|
|
|
Description
|
|
•
|
The function call MainDegree(p,R) returns the main degree of p, that is, the degree of p with respect to 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 MainDegree(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[MainDegree](..).
|
|
|
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?