#7598: NumberField embedding slightly off
-----------------------------+----------------------------------------------
   Reporter:  mhansen        |       Owner:  davidloeffler
       Type:  defect         |      Status:  new          
   Priority:  major          |   Milestone:  sage-4.3.1   
  Component:  number fields  |    Keywords:               
Work_issues:                 |      Author:               
   Upstream:  N/A            |    Reviewer:               
     Merged:                 |  
-----------------------------+----------------------------------------------

Comment(by mhansen):

 I think the errors in dirichlet.py comes from the following:

 {{{
 sage: a = mod(1,3)
 sage: CDF.zeta(3)^a
 -0.5 + 0.866025403784*I
 sage: CC.zeta(3)^a
 ---------------------------------------------------------------------------
 Traceback (most recent call last)
 ...
 TypeError: unable to coerce <type
 'sage.rings.complex_number.ComplexNumber'> to an integer
 }}}

 It'd be nice if the {{{__pow__}} methods were standardized.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7598#comment:5>
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