#12778: Incorrect coercion of matrix elements when from different rings
----------------------------------+-----------------------------------------
Reporter: kcrisman | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: linear algebra | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by dsm):
Followup: we can push it back to Sequence.
{{{
sage: Sequence([1, 0.9, 1/5, x])
[1.00000000000000, 0.900000000000000, 0.200000000000000, x]
sage: Sequence([1, 0.9, 1/5, x]).universe()
Symbolic Ring
sage: Sequence([1, 0.9, 1/5, x], SR)
[1, 0.900000000000000, 1/5, x]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12778#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.