Ticket #11801 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

Ill-formed documentation of HilbertClassPolynomialDatabase

Reported by: zimmerma Owned by: mvngu
Priority: minor Milestone: sage-4.7.2
Component: documentation Keywords: ecc2011
Cc: Work issues:
Report Upstream: N/A Reviewers: Paul Zimmermann
Authors: Jean-Pierre Flori Merged in: sage-4.7.2.alpha3
Dependencies: Stopgaps:

Description (last modified by leif) (diff)

there is a formatting issue:

sage: HilbertClassPolynomialDatabase?
...
       EXAMPLES:
          sage: db = HilbertClassPolynomialDatabase() sage: db[-4]
          # optional Kohel database required x - 1728 sage: db[-7]
          # optional x + 3375 sage: f = db[-23]; f         # optional x^3
          + 3491750*x^2 - 5151296875*x + 12771880859375 sage:
          f.discriminant().factor()    # optional -1 * 5^18 * 7^12 * 11^4
          * 17^2 * 19^2 * 23 sage: db[-23]                      # optional
          x^3 + 3491750*x^2 - 5151296875*x + 12771880859375

Apply trac_11801.patch Download to the Sage library.

Attachments

trac_11801.patch Download (1.4 KB) - added by jpflori 20 months ago.
Fix.

Change History

Changed 20 months ago by jpflori

Fix.

comment:1 Changed 20 months ago by jpflori

  • Status changed from new to needs_review
  • Authors set to Jean-Pierre Flori

comment:2 Changed 20 months ago by zimmerma

  • Status changed from needs_review to positive_review
  • Reviewers set to Paul Zimmermann

good work Jean-Pierre. I also checked the examples work with Kohel's database.

Paul

comment:3 Changed 20 months ago by zimmerma

  • Keywords ecc2011 added

comment:4 Changed 20 months ago by leif

  • Description modified (diff)

comment:5 Changed 20 months ago by leif

  • Summary changed from ill-formed documentation of HilbertClassPolynomialDatabase to Ill-formed documentation of HilbertClassPolynomialDatabase

comment:6 Changed 20 months ago by leif

  • Status changed from positive_review to closed
  • Resolution set to fixed
  • Merged in set to sage-4.7.2.alpha3
Note: See TracTickets for help on using tickets.