RegularChains
DisplayPolynomialRing
display variables, parameters and characteristic
Calling Sequence
Parameters
Description
Examples
DisplayPolynomialRing(R)
R
-
polynomial ring
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](..).
with⁡RegularChains:
R≔PolynomialRing⁡x,y,z,a,b,c,5
R≔polynomial_ring
DisplayPolynomialRing⁡R
Variables : [x, y, z] Parameters : {a, b, c} Characteristic : 5
See Also
PolynomialRing
Download Help Document