File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 9
9
is included by default with Sage. It contains Weierstrass equations,
10
10
rank, and torsion for curves up to conductor 10000.
11
11
12
- The large database includes all curves in John Cremona's tables. It
13
- also includes data related to the BSD conjecture and modular degrees
14
- for all of these curves, and generators for the Mordell-Weil
15
- groups. To install it, run the following in the shell::
12
+ The large database includes all curves in John Cremona's tables. It also
13
+ includes data related to the BSD conjecture and modular degrees for all of
14
+ these curves, and generators for the Mordell-Weil groups. To install it via the
15
+ optional :ref:`database_cremona_ellcurve <spkg_database_cremona_ellcurve>`
16
+ package, run the following command in the shell ::
16
17
17
18
sage -i database_cremona_ellcurve
18
19
Original file line number Diff line number Diff line change 1
1
r"""
2
2
The Stein-Watkins table of elliptic curves
3
3
4
- Sage gives access to the Stein-Watkins table of elliptic curves, via an
5
- optional package that you must install. This is a huge database of elliptic
6
- curves. You can install the database (a 2.6GB package) with the command
7
-
8
- ::
4
+ Sage gives access to the Stein-Watkins table of elliptic curves, via the
5
+ optional :ref:`database_stein_watkins <spkg_database_stein_watkins>` package
6
+ that you must install. This is a huge database of elliptic curves. You can
7
+ install the database (a 2.6GB package) with the command ::
9
8
10
9
sage -i database_stein_watkins
11
10
12
11
You can also automatically download a small version, which takes much less
13
- time, using the command
14
-
15
- ::
12
+ time, via the optional :ref:`database_stein_watkins <spkg_database_stein_watkins_mini>`
13
+ package using the command ::
16
14
17
15
sage -i database_stein_watkins_mini
18
16
You can’t perform that action at this time.
0 commit comments