Changes between Initial Version and Version 1 of Ticket #19912
- Timestamp:
- Jan 19, 2016, 9:43:54 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19912
-
Property
Authors
changed from
to
Christian Stump
- Property Cc vdelecroix chapoton added
-
Property
Component
changed from
PLEASE CHANGE
tonumber fields
- Property Keywords universal cyclotomic field added
-
Property
Type
changed from
PLEASE CHANGE
todefect
-
Property
Authors
changed from
-
Ticket #19912 – Description
initial v1 1 {{{ 2 sage: a = E(4); a 3 E(4) 4 sage: a.to_cyclotomic_field() 5 zeta4 6 sage: a = 1+E(4); a 7 1 + E(4) 8 sage: a.to_cyclotomic_field() 9 zeta4 10 }}}