#15767: Upgrade PARI to 2.7.1
-------------------------------------+-------------------------------------
Reporter: jdemeyer | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-6.3
Component: packages: | Resolution:
standard | Merged in:
Keywords: | Reviewers:
Authors: Jeroen Demeyer | Work issues:
Report Upstream: N/A | Commit:
Branch: | e5bdf4ccc2bab46b98c096e3cbb15dd0f942623e
u/jdemeyer/ticket/15767 | Stopgaps:
Dependencies: #15888, #15855 |
-------------------------------------+-------------------------------------
Comment (by pbruin):
Replying to [comment:101 pbruin]:
> The parameter `lim1` for Simon's 2-descent program needs to be adjusted
(default is 2, minimal value for which a point is found is now apparently
5):
Actually the same can be done much more efficiently using `lim3` instead
(with `lim1` it needlessly increases the search bound for quartics that
are not everywhere locally soluble):
{{{
#!diff
diff --git a/src/sage/schemes/elliptic_curves/height.py
b/src/sage/schemes/elliptic_curves/height.py
index 8d0ef41..6917594 100644
--- a/src/sage/schemes/elliptic_curves/height.py
+++ b/src/sage/schemes/elliptic_curves/height.py
@@ -1800,7 +1800,7 @@ class EllipticCurveCanonicalHeight:
This curve does have a point of good reduction whose canonical
point is approximately 1.68::
- sage: P = E.gens()[0]
+ sage: P = E.gens(lim3=5)[0]
sage: P.height()
1.68038085233673
sage: P.has_good_reduction()
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15767#comment:102>
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.