#7712: error with polynomial with interval coefficients
--------------------------------+-------------------------------------------
   Reporter:  zimmerma          |       Owner:  AlexGhitza
       Type:  defect            |      Status:  new       
   Priority:  major             |   Milestone:  sage-4.3.4
  Component:  basic arithmetic  |    Keywords:            
     Author:                    |    Upstream:  N/A       
   Reviewer:                    |      Merged:            
Work_issues:                    |  
--------------------------------+-------------------------------------------

Comment(by zimmerma):

 > Here is my point: [...]

 ok, I thought you were speaking about the first (smaller) examples. I can
 reduce this second
 problem to the following:
 {{{
 sage: R.<x,y> = PolynomialRing(RR)
 sage: f=R(1); type(f(0,0))
 <type 'sage.rings.real_mpfr.RealNumber'>
 sage: f=R(0); type(f(0,0))
 <type 'sage.rings.integer.Integer'>
 }}}
 David, please can you explain why it is so?

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