#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):

 > Sorry, my last comment was not clear. The method call is called when you
 do return C(0,0,0).

 with {{{C(0,0,0)}}} I see no problem:
 {{{
 sage: P.<y,z> = PolynomialRing(RealIntervalField(2))
 sage: Q.<x> = PolynomialRing(P)
 sage: C = (y-x)^3
 sage: a=C(0,0,0)
 sage: type(a)
 <type 'sage.rings.real_mpfi.RealIntervalFieldElement'>
 sage: a.lower()
 0.00
 sage: a.upper()
 0.00
 }}}

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