Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/database_cremona_ellcurve/SPKG.txt
8818 views
1
= database_cremona_ellcurve =
2
3
== Description ==
4
John Cremona's database of elliptic curves
5
6
See https://github.com/JohnCremona/ecdata
7
8
This is an optional package, not included by default.
9
10
== License ==
11
Public Domain
12
13
== SPKG Maintainers ==
14
* R. Andrew Ohana
15
* John Cremona
16
17
== Dependencies ==
18
None
19
20
=== Patches ===
21
* None
22
23
== Upstream Contact ==
24
25
* Author: John Cremona
26
* Email: [email protected]
27
* Website: http://homepages.warwick.ac.uk/staff/J.E.Cremona/
28
29
== Update Instructions ==
30
31
At the end of either method, copy `SAGE_DATA/cremona/cremona.db` to the src directory of the spkg.
32
33
=== Method 1 ===
34
35
If the cremona database has already been installed, remove
36
`SAGE_DATA/cremona/cremona.db`. Run
37
38
{{{
39
sage: sage.databases.cremona.build('cremona','path/to/ecdata.tgz')
40
}}}
41
42
=== Method 2 ===
43
44
Install the current version of the spkg, and copy the new files into a new
45
folder. Then run
46
47
{{{
48
sage: C = sage.databases.cremona.LargeCremonaDatabase('cremona',False)
49
sage: C._init_from_ftpdata('path/to/said/folder',0)
50
}}}
51
52
This method is much faster, but won't include any potential fixes old entries.
53
54