Ticket #5476 (closed defect: fixed)
[with patch; positive review] dimension of jacobian of curves broken
| Reported by: | was | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.4 |
| Component: | algebraic geometry | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
sage: k.<a> = GF(9); R.<x> = k[] sage: HyperellipticCurve(x^3 + x - 1, x+a).jacobian().dimension() boom!
This was found during Alex G.'s talk at Sage Days 14.
Attachments
Change History
comment:1 Changed 4 years ago by was
- Summary changed from dimension of jacobian of curves broken to [with patch; needs review] dimension of jacobian of curves broken
Note: See
TracTickets for help on using
tickets.

