8.3.1.1 ConwayPolynomials Objects

class ConwayPolynomials
ConwayPolynomials( [read_only=True])

Initialize the database.

INPUT:
    read_only -- bool (default: True), if True, then the
                 database is read_only and changes cannot be
                 commited to disk.

Instances of class ConwayPolynomials have the following methods (in addition to inherited methods and special methods):

degrees,$  $ has_polynomial,$  $ polynomial,$  $ primes

These methods are defined as follows:

degrees( p)

has_polynomial( p, n)

polynomial( p, n)

primes( )

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