Skip to content

Commit

Permalink
added 2adic data files and updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Feb 11, 2015
1 parent dd78e8e commit 91443db
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 2 deletions.
80 changes: 80 additions & 0 deletions INDEX.html
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,86 @@ <h3>
</tbody></table>
</li></ul>

<h3>
TABLE TEN: IMAGES OF TWO-ADIC GALOIS REPRESENTATION
</h3>

<ul>
<li>
<form>
<select name="url" width=30>
<option value="None">Select a conductor range</option>
<option value="2adic/2adic.00000-09999.gz">1-9999</option>
<option value="2adic/2adic.10000-19999.gz">10000-19999</option>
<option value="2adic/2adic.20000-29999.gz">20000-29999</option>
<option value="2adic/2adic.30000-39999.gz">30000-39999</option>
<option value="2adic/2adic.40000-49999.gz">40000-49999</option>
<option value="2adic/2adic.50000-59999.gz">50000-59999</option>
<option value="2adic/2adic.60000-69999.gz">60000-69999</option>
<option value="2adic/2adic.70000-79999.gz">70000-79999</option>
<option value="2adic/2adic.80000-89999.gz">80000-89999</option>
<option value="2adic/2adic.90000-99999.gz">90000-99999</option>
<option value="2adic/2adic.100000-109999.gz">100000-109999</option>
<option value="2adic/2adic.110000-119999.gz">110000-119999</option>
<option value="2adic/2adic.120000-129999.gz">120000-129999</option>
<option value="2adic/2adic.130000-139999.gz">130000-139999</option>
<option value="2adic/2adic.140000-149999.gz">140000-149999</option>
<option value="2adic/2adic.150000-159999.gz">150000-159999</option>
<option value="2adic/2adic.160000-169999.gz">160000-169999</option>
<option value="2adic/2adic.170000-179999.gz">170000-179999</option>
<option value="2adic/2adic.180000-189999.gz">180000-189999</option>
<option value="2adic/2adic.190000-199999.gz">190000-199999</option>
<option value="2adic/2adic.200000-209999.gz">200000-209999</option>
<option value="2adic/2adic.210000-219999.gz">210000-219999</option>
<option value="2adic/2adic.220000-229999.gz">220000-229999</option>
<option value="2adic/2adic.230000-239999.gz">230000-239999</option>
<option value="2adic/2adic.240000-249999.gz">240000-249999</option>
<option value="2adic/2adic.250000-259999.gz">250000-259999</option>
<option value="2adic/2adic.260000-269999.gz">260000-269999</option>
<option value="2adic/2adic.270000-279999.gz">270000-279999</option>
<option value="2adic/2adic.280000-289999.gz">280000-289999</option>
<option value="2adic/2adic.290000-299999.gz">290000-299999</option>
<option value="2adic/2adic.300000-309999.gz">300000-309999</option>
<option value="2adic/2adic.310000-319999.gz">310000-319999</option>
<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>
</select>
<input type=button value="Fetch" onClick="JumpToIt(this.form)">
</form>
A table giving, for each elliptic curve without CM, the image of the
2-adic Galois representation, as computed using a Magma program
provided by Jeremy Rouse and David Zureick Brown.

There are 1208 possible images. The index is the index of the image
in GL(2,Z_2). The level is the largest n such that the image contains
the kernel of reduction modulo 2^n. The generators are generating
matrices for the image modulo the level. Note that the action of
Galois is on the right, so points in E[2^r] are represented as row
vectors v and if M is in GL_2(Z_2) the action of M is v |-> v*M.

The label is a label for the associated modular
curve. See <a href="http://users.wfu.edu/rouseja/2adic/index.html">Rouses's
web page</a> for details.
<br>
Data format with sample lines:
<table cellspacing="10" border="1">
<tbody><tr>
<th>N</th> <th>class</th> <th>#</th> <th>[a1,a2,a3,a4,a6]</th>
<th>index</th><th>level</th>
<th align="left">matrix generators</th>
<th>label</th>
</tr>
<tr>
<td>11</td></td><td>a</td><td>1</td><td>[0,-1,1,-10,-20]</td><td>1</td><td>1</td><td>[]</td><td>X1</td>
</tr>
<tr>
<td>15</td><td>a</td><td>1</td><td>[1,1,1,-10,-10]</td><td>96</td><td>8</td>
<td>[[5,4,2,3],[1,0,0,5],[1,4,0,5],[1,0,4,5]]</td><td>X187d</td>
</tr>
</tbody></table>
</li></ul>



<hr>
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BSD = allbsd/bsd.1-1000 allbsd/allbsd.?0000-?9999 allbsd/allbsd.??0000-??9999
PARICURVES = paricurves/paricurves.?0000-?9999 paricurves/paricurves.??0000-??9999
INTPTS = intpts/intpts.?0000-?9999 intpts/intpts.??0000-??9999
GALREPS = galrep/galrep.?0000-?9999 galrep/galrep.??0000-??9999
TWOADIC = 2adic/2adic.?0000-?9999 2adic/2adic.??0000-??9999
OPTIMAL = optimality/optimality.??

allcurves: $(ALLCURVES)
Expand Down Expand Up @@ -48,12 +49,14 @@ intpts: $(INTPTS)
@echo $(INTPTS)
galreps: $(GALREPS)
@echo $(GALREPS)
twoadic: $(TWOADIC)
@echo $(TWOADIC)
optimal: $(OPTIMAL)
@echo $(OPTIMAL)

HTMLDATAFILES = shas.html table.html curves.1-1000.html
TEXTFILES = manin.txt INDEX.html release_notes.txt
DATAFILES = $(ALLCURVES) $(APLIST) $(BIGSHA) $(COUNT) $(DEGPHI) $(ALLDEGPHI) $(ALLGENS) $(BSD) $(ALLISOG) $(PARICURVES) $(INTPTS) $(GALREPS) $(OPTIMAL)
DATAFILES = $(ALLCURVES) $(APLIST) $(BIGSHA) $(COUNT) $(DEGPHI) $(ALLDEGPHI) $(ALLGENS) $(BSD) $(ALLISOG) $(PARICURVES) $(INTPTS) $(GALREPS) $(TWOADIC) $(OPTIMAL)
FTPFILES = $(DATAFILES) $(TEXTFILES) $(HTMLDATAFILES)

ftp: $(FTPFILES)
Expand Down
3 changes: 2 additions & 1 deletion release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Last major update: 12/05/2014 (data extended to 350000)
Last major update: 11/02/2015 (added 2-adic images)

11 February 2015 * Added 2adic data (from Rouse)
29 August 2014 * Updated data for 240000-249999, 250000-259999 (both
ranges 246400-99 and 252800-99 had been omitted entirely)
12 May 2014 * Added all data for 340000-349999
Expand Down

0 comments on commit 91443db

Please sign in to comment.