Ticket #5476 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[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

trac_5476.patch Download (1.5 KB) - added by was 4 years ago.

Change History

Changed 4 years ago by was

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

comment:2 Changed 4 years ago by mhansen

  • Summary changed from [with patch; needs review] dimension of jacobian of curves broken to [with patch; positive review] dimension of jacobian of curves broken

Looks good to me.

comment:3 Changed 4 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in Sage 3.4.final.

Cheers,

Michael

Note: See TracTickets for help on using tickets.