#12850: Fix coercions for CyclotomicField with different embeddings
------------------------------------+---------------------------------------
       Reporter:  stumpc5           |         Owner:  davidloeffler             
    
           Type:  defect            |        Status:  closed                    
    
       Priority:  major             |     Milestone:  
sage-duplicate/invalid/wontfix
      Component:  number fields     |    Resolution:  duplicate                 
    
       Keywords:  cyclotomic field  |   Work issues:                            
    
Report Upstream:  N/A               |     Reviewers:                            
    
        Authors:                    |     Merged in:                            
    
   Dependencies:                    |      Stopgaps:                            
    
------------------------------------+---------------------------------------
Changes (by stumpc5):

  * status:  new => closed
  * resolution:  => duplicate
  * milestone:  sage-5.6 => sage-duplicate/invalid/wontfix


Old description:

> With the current coercion between cyclotomic fields, we get an non-
> commutative coercion diagram:
>
> {{{
> sage: CF1 = CyclotomicField(5)
> sage: CF2 = CyclotomicField(5,embedding = (4 * CLF.pi() * CLF.gen() /
> 5).exp())
> sage: CC(CF1.gen()-CF2.gen())
> 0
> sage: CC(CF1.gen()) - CC(CF2.gen())
> 1.11803398874989 + 0.363271264002680*I
> }}}
>
> TODO: When this is done, we have to fix the embedding of cyclotomic
> fields into the universal cyclotomic field.

New description:

 This is taken care of in #13765.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12850#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to