Differences between revisions 1 and 2
Revision 1 as of 2008-12-27 23:10:23
Size: 453
Comment: intial version: conway_table
Revision 2 as of 2022-04-05 01:17:03
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The file conway_table.py.bz2 is used to generate the conway polynomial
database as follows:

 1) cd to SAGE_ROOT/data/conway_polynomials
 2) Delete the file conway_polynomials
 3) Make sure conway_table.py is not there and that
    conway_table.py.bz2 is there (and has all relevant data)
 4) Start SAGE:
      sage: cp = ConwayPolynomials(read_only=False)
      sage: cp._init()
      sage: quit

Your data should now be in the database.