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