base_ring, [n=None], [names=1]) |
base_ring,
characteristic,
gen,
krull_dimension,
ngens
Further documentation:
) |
Return the characteristic of this polynomial ring.
sage: R = PolynomialRing(RationalField(),3) sage: R.characteristic() 0 sage: R = PolynomialRing(GF(7),20) sage: R.characteristic() 7
Instances of class MPolynomialRing_generic also have the following special methods:
__repr__,
_latex_,
_monomial_order_function
See About this document... for information on suggesting changes.