#19030: fix small bug in elliptic curve isogeny matrix of maps
-------------------------------+---------------------------------
   Reporter:  cremona          |            Owner:
       Type:  defect           |           Status:  new
   Priority:  minor            |        Milestone:  sage-6.9
  Component:  elliptic curves  |         Keywords:  isogeny class
  Merged in:                   |          Authors:  John Cremona
  Reviewers:                   |  Report Upstream:  N/A
Work issues:                   |           Branch:
     Commit:                   |     Dependencies:
   Stopgaps:                   |
-------------------------------+---------------------------------
 When constructing the isogeny class C of an elliptic curve (over Q or a
 number field) a partial matrix of maps between the curves is computed,
 available as C.isogenies().  However, some of the known maps were being
 overwriiten by 0 (used to indicate that the map was not known.

 Example:
 {{{
 K.<a> = NumberField(x^2-2)
 E = EllipticCurve([1, -1, 0, 3*a, -2*a - 2])
 C = E.isogeny_class()
 C.isogenies()
 }}}
 used to show only 2 nonzero entries, but now shows 4.

 I did not add new doctests but two existing ones had to be changed, and
 these illustrate the improvement.

 Why this matters:  it is important that there is a curve on the class from
 which you can get to every other curve by following the stored maps, for
 example to map across generators.  This was not the case i nthe above
 example, but now is.

--
Ticket URL: <http://trac.sagemath.org/ticket/19030>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to