8.1.1.2 MiniCremonaDatabase Objects

class MiniCremonaDatabase
A mini version of the Cremona database that contains only the Weierstrass equations, rank and torsion of elliptic curves of conductor up to 10000 and nothing else.
MiniCremonaDatabase( [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 MiniCremonaDatabase have the following methods (in addition to inherited methods and special methods):

These methods are defined as follows:

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