RegularChains[Equations] - list of equations of the regular chain
|
Calling Sequence
|
|
Equations(rc, R)
|
|
Parameters
|
|
rc
|
-
|
regular chain of R
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
The command Equations(rc,R) returns the list of the polynomials of rc by decreasing order of main variable.
|
•
|
This command is part of the RegularChains package, so it can be used in the form Equations(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[Equations](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
In the polynomial ring the variables are ordered as follows: .
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?