Skip to content

Commit

Permalink
updated files for 350000-359999 (completed)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed May 19, 2015
1 parent e919fb7 commit 04b54e6
Show file tree
Hide file tree
Showing 12 changed files with 131,132 additions and 121 deletions.
3 changes: 2 additions & 1 deletion 2adic/2adic.txt → 2adic.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
if (not assigned filename) then
printf "This magma script should be called with filename as an argument.\n";
printf "Something like:\n";
printf "magma -b filename:=allcurves.00000-09999 2adic.txt";
printf "magma -b filename:=allcurves.00000-09999 2adic.m";
end if;

// (Nicolas) Form the output file name from the input one
// Assuming the input file is called allcurves.XXX
// The output file will be called 2adic.XXX
outputfilename := "2adic" cat Substring(filename,Position(filename,"."),#filename);
SetColumns(0);

// Each line of the output has 8 columns.
// N class # [a1,a2,a3,a4,a6] index level matrix list (possibly empty) label
Expand Down
58,924 changes: 58,924 additions & 0 deletions 2adic/2adic.350000-359999

Large diffs are not rendered by default.

34 changes: 24 additions & 10 deletions INDEX.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ <h2>
University of Warwick, U.K.</h2>
<p>
<i>
Updated <a href="release_notes.txt">2015-02-11 (last major update 2015-02-11)</a>
Updated <a href="release_notes.txt">2015-05-19 (last major update 2015-05-19)</a>
</i>
</p></center>

<hr>
<a href="http://www.warwick.ac.uk/staff/J.E.Cremona/ftp/data/INDEX.html">UK&nbsp;site</a>
<br><a href="http://sage.math.washington.edu/cremona/INDEX.html">US
mirror</a> (hosted by William Stein)
(the US mirror hosted by William Stein is no longer in operation)
<!--<br><a href="http://sage.math.washington.edu/cremona/INDEX.html">US
mirror</a> (hosted by William Stein)-->
<br>
<hr width="100%">

Expand Down Expand Up @@ -65,7 +66,7 @@ <h2>
</p>

<p>
The tables currently contain data for conductors up to <b>350000</b>.
The tables currently contain data for conductors up to <b>360000</b>.
</p>

<p>
Expand Down Expand Up @@ -160,6 +161,7 @@ <h3>
<option value="count/count.320000-329999.gz">320000-329999</option>
<option value="count/count.330000-339999.gz">330000-339999</option>
<option value="count/count.340000-349999.gz">340000-349999</option>
<option value="count/count.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -218,6 +220,7 @@ <h3>
<option value="allcurves/allcurves.320000-329999.gz">320000-329999</option>
<option value="allcurves/allcurves.330000-339999.gz">330000-339999</option>
<option value="allcurves/allcurves.340000-349999.gz">340000-349999</option>
<option value="allcurves/allcurves.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -326,6 +329,7 @@ <h3>
<option value="allgens/allgens.320000-329999.gz">320000-329999</option>
<option value="allgens/allgens.330000-339999.gz">330000-339999</option>
<option value="allgens/allgens.340000-349999.gz">340000-349999</option>
<option value="allgens/allgens.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -422,6 +426,7 @@ <h3>
<option value="aplist/aplist.320000-329999.gz">320000-329999</option>
<option value="aplist/aplist.330000-339999.gz">330000-339999</option>
<option value="aplist/aplist.340000-349999.gz">340000-349999</option>
<option value="aplist/aplist.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -516,6 +521,7 @@ <h3>
<option value="allbsd/allbsd.320000-329999.gz">320000-329999</option>
<option value="allbsd/allbsd.330000-339999.gz">330000-339999</option>
<option value="allbsd/allbsd.340000-349999.gz">340000-349999</option>
<option value="allbsd/allbsd.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -594,6 +600,7 @@ <h3>
<option value="allbigsha/allbigsha.320000-329999.gz">320000-329999</option>
<option value="allbigsha/allbigsha.330000-339999.gz">330000-339999</option>
<option value="allbigsha/allbigsha.340000-349999.gz">340000-349999</option>
<option value="allbigsha/allbigsha.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand All @@ -605,9 +612,9 @@ <h3>
<br>
<li>
<a href="shas.html">shas.html</a><br>
A summary table of large Shas. Note that (up to conductor 350000)
there are 166258 elliptic curves with non-trivial Sha, with ranks 0
(153365 curves), 1 (13060 curves) and 2 (12 curves, all with
A summary table of large Shas. Note that (up to conductor 360000)
there are 171596 elliptic curves with non-trivial Sha, with ranks 0
(158043 curves), 1 (13540 curves) and 2 (13 curves, all with
2-torsion).
</li></ul>

Expand Down Expand Up @@ -657,6 +664,7 @@ <h3>
<option value="degphi/degphi.320000-329999.gz">320000-329999</option>
<option value="degphi/degphi.330000-339999.gz">330000-339999</option>
<option value="degphi/degphi.340000-349999.gz">340000-349999</option>
<option value="degphi/degphi.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -713,6 +721,7 @@ <h3>
<option value="alldegphi/alldegphi.320000-329999.gz">320000-329999</option>
<option value="alldegphi/alldegphi.330000-339999.gz">330000-339999</option>
<option value="alldegphi/alldegphi.340000-349999.gz">340000-349999</option>
<option value="alldegphi/alldegphi.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -779,6 +788,7 @@ <h3>
<option value="allisog/allisog.320000-329999.gz">320000-329999</option>
<option value="allisog/allisog.330000-339999.gz">330000-339999</option>
<option value="allisog/allisog.340000-349999.gz">340000-349999</option>
<option value="allisog/allisog.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -847,6 +857,7 @@ <h3>
<option value="intpts/intpts.320000-329999.gz">320000-329999</option>
<option value="intpts/intpts.330000-339999.gz">330000-339999</option>
<option value="intpts/intpts.340000-349999.gz">340000-349999</option>
<option value="intpts/intpts.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -889,7 +900,7 @@ <h3>
to the paper "The Manin Constant" by Amod Agashe, Ken Ribet and
William Stein [Pure and Applied Mathematics Quarterly, Vol. 2 no.2
(2006), pp. 617-636.] and <a href="manin.txt">these notes</a> updating
the results for all conductors to 350000. These updated results
the results for all conductors to 360000. These updated results
include the verification that Manin's constant is 1 in all cases,
together with a list of which curves in the class might be optimal,
given the incomplete modular symbol computations carried out to date.
Expand Down Expand Up @@ -931,6 +942,7 @@ <h3>
<option value="optimality/optimality.32.gz">320000-329999</option>
<option value="optimality/optimality.33.gz">330000-339999</option>
<option value="optimality/optimality.34.gz">340000-349999</option>
<option value="optimality/optimality.35.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -994,6 +1006,7 @@ <h3>
<option value="galrep/galrep.320000-329999.gz">320000-329999</option>
<option value="galrep/galrep.330000-339999.gz">330000-339999</option>
<option value="galrep/galrep.340000-349999.gz">340000-349999</option>
<option value="galrep/galrep.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -1074,6 +1087,7 @@ <h3>
<option value="2adic/2adic.320000-329999.gz">320000-329999</option>
<option value="2adic/2adic.330000-339999.gz">330000-339999</option>
<option value="2adic/2adic.340000-349999.gz">340000-349999</option>
<option value="2adic/2adic.350000-359999.gz">350000-359999</option>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
Expand Down Expand Up @@ -1113,8 +1127,8 @@ <h3>


<hr>
<p><b>Recent update notes</b>:&nbsp; <a href="release_notes.txt">11
February 2015</a>
<p><b>Recent update notes</b>:&nbsp; <a href="release_notes.txt">19
May 2015</a>
</p><hr>

<tt>john dot cremona at gmail dot com</tt>
Expand Down
Loading

0 comments on commit 04b54e6

Please sign in to comment.