#18831: Hyperelliptic point counting various methods disagree
-------------------------+-------------------------------------------------
Reporter: | Owner:
katestange | Status: new
Type: defect | Milestone: sage-6.8
Priority: minor | Keywords: hyperelliptic curves, point
Component: number | counting
theory | Authors:
Merged in: | Report Upstream: N/A
Reviewers: | Branch:
Work issues: | Dependencies:
Commit: |
Stopgaps: |
-------------------------+-------------------------------------------------
Various methods of point counts on a hyperelliptic curve produce a result
but disagree.
{{{#!python
R.<t> = PolynomialRing(GF(11))
H = HyperellipticCurve(t^5 -t + 1)
print H.count_points()
print H.count_points_exhaustive()
print H.count_points_frobenius_polynomial()
print H.count_points_matrix_traces()
}}}
Output:
{{{
[8]
[19]
[19]
[8]
}}}
This is reproducible in the single cell sage server and sagecloud.
--
Ticket URL: <http://trac.sagemath.org/ticket/18831>
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.