Ticket #7695 (needs_review defect)
naming of the variable in subfields of cyclotomic fields
| Reported by: | wuthrich | Owned by: | davidloeffler |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-5.11 |
| Component: | number fields | Keywords: | cyclotomic fields, subfields |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Chris Wuthrich | Merged in: | |
| Dependencies: | #9407 | Stopgaps: |
Description
sage: F = CyclotomicField(7) sage: K = F.subfields(3)[0][0] sage: K Number Field in zeta70 with defining polynomial x^3 + x^2 - 2*x - 1
I think this convention of adding a 0 to the variable name, as nice and practicle as it is in general, is not good in this case. The resulting algebraic element is not a 70th root of unity as the name would suggest.
Attachments
Change History
Changed 3 years ago by wuthrich
-
attachment
trac_7695.patch
added
Note: See
TracTickets for help on using
tickets.

exported against 4.5.2.alpha1; but must be applied after #9407