#10042: Doctest failure in sage/rings/polynomial/polynomial_element.pyx
-----------------------+----------------------------------------------------
Reporter: mpatel | Owner: mvngu
Type: defect | Status: needs_info
Priority: blocker | Milestone: sage-4.6
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Comment(by zimmerma):
thank you Karl-Dieter for your help. It is much appreciated. On my
computer I get more digits
if I print elements of {{{ext_rts1}}} separately:
{{{
sage: ext_rts1[0]
-1.7724538509055159
sage: ext_rts1[1]
1.7724538509055159
}}}
which shows that they are exactly opposite:
{{{
sage: ext_rts1[0]+ext_rts1[1]
0.0
}}}
Similarly I get:
{{{
sage: rts[0]
-1.77245385091
sage: rts[1]
1.77245385091
sage: rts[0]+rts[1]
0
}}}
What do you get for the above commands?
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10042#comment:13>
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.