Differences between revisions 5 and 6
Revision 5 as of 2010-12-09 17:28:07
Size: 1647
Editor: Kate Stange
Comment:
Revision 6 as of 2010-12-09 17:28:41
Size: 1666
Editor: Kate Stange
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
      * m-th residue symbol implemented:       * m-th residue symbol implemented: [[attachment:test]]

Title: Amicable pairs and aliquot cycles for elliptic curves

Abstract: An amicable pair for an elliptic curve E/Q is a pair of primes (p,q) of good reduction for E satisfying #E(Fp) = q and #E(Fq) = p. Aliquot cycles are analogously defined longer cycles. Although rare for non-CM curves, amicable pairs are -- surprisingly -- relatively abundant in the CM case. We present heuristics and conjectures for the frequency of amicable pairs and aliquot cycles, and some results for the CM case (including the especially intricate j=0 case). We present some open problems and computational challenges arising from this work. This is joint work with Joseph H. Silverman.

Stange-SageDays-2010.pdf

Project

  • smalljac
    • make smalljac code usable from Python (involves Cython); see this psage issue.

    • use code:
      • - replicate and extend data in Kate's talk - maybe try genus 2 analogue?
  • cubic and sextic residue symbol
    • there's a ticket that has only partial implementation (cubic residue of rational prime and element of Q(sqrt(-3))) -- not at all a general implementation

    • there are artin symbols etc. -- big machinery
    • m-th residue symbol implemented: test

    • SAGE computes Kronecker symbol using GMP
  • explicit calculation of Grossencharacters (aka Hecke characters).

Resources

slides on cubic residues

days26/Stange Project (last edited 2010-12-10 19:11:54 by Kate Stange)