4.6.1.2 PolynomialRing_finite_base Objects

class PolynomialRing_finite_base
A polynomial ring over a finite base ring.
PolynomialRing_finite_base( base_ring, [variable=False], [sparse=x])

Instances of class PolynomialRing_finite_base have the following functions (in addition to inherited functions and special functions):

random

Further documentation:

random( degree, [bound=None])

Return a random polynomial of the given degree.

INPUT:
    degree -- an int
    bound -- default = None; if specified, entries are integers
between -bound and bound

OUTPUT:
    Polynomial

See About this document... for information on suggesting changes.