#9322: bug in simon_two_descent for elliptic curves
-------------------------------+--------------------------------------------
Reporter: cremona | Owner: AlexGhitza
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.7.2
Component: elliptic curves | Keywords: Simon
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-------------------------------+--------------------------------------------
Comment(by zimmerma):
I've been struggling with that bug for a few hours, and have made only
little progress.
With Sage 4.7.1 and Pari 2.4.3 (development), I've noticed that Pari 2.4.3
and the version of Pari within Sage differ at {{{bbnf =
bnfinit(rnfeq[1],1)}}} in {{{ell.gp}}}, where
{{{rnfep[1] = x^6 + 625*x^5 + 135916*x^4 + 14984560*x^3 + 914453072*x^2 +
29502178560*x + 392635160576}}}.
Pari 2.4.3 returns {{{bbnf: [Mat(2), Mat([0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0,
...}}} whereas
Pari within Sage returns {{{bbnf: [Mat(2), Mat([0, 0, 0, 1, 1, 1, 1, 1, 1,
1, 1, ...}}}
However I don't know if {{{bnfinit}}} should be deterministic...
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9322#comment:5>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.