RegularChains[DisplayPolynomialRing] - display variables, parameters and characteristic
|
Calling Sequence
|
|
DisplayPolynomialRing(R)
|
|
Description
|
|
•
|
The function call DisplayPolynomialRing(R) displays the list of ordered variables, the set of parameters and the characteristic of the polynomial ring R.
|
•
|
This command is part of the RegularChains package, so it can be used in the form DisplayPolynomialRing(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[DisplayPolynomialRing](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
Variables : [x, y, z]
Parameters : {a, b, c}
Characteristic : 5
| |
|
|
Download Help Document
Was this information helpful?