Ticket #11801 (closed defect: fixed)
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 to the Sage library.
Attachments
Change History
Changed 20 months ago by jpflori
-
attachment
trac_11801.patch
added
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
Note: See
TracTickets for help on using
tickets.

Fix.