#13314: segmentation fault with roots over ComplexField
----------------------------------------------------------------+-----------
Reporter: zimmerma |
Owner: burcin
Type: defect |
Status: needs_review
Priority: major |
Milestone: sage-5.3
Component: calculus |
Resolution:
Keywords: | Work
issues:
Report Upstream: Fixed upstream, but not in a stable release. |
Reviewers:
Authors: Paul Zimmermann, Jeroen Demeyer | Merged
in:
Dependencies: |
Stopgaps:
----------------------------------------------------------------+-----------
Comment (by cremona):
All good except:
{{{
sage -t -long devel/sage-main/sage/matrix/matrix_integer_dense.pyx
**********************************************************************
File "/home/jec/sage-5.3.beta1/devel/sage-
main/sage/matrix/matrix_integer_dense.pyx", line 4967:
sage: pari('mathnf(Mat([0,1]), 4)')
Expected:
[Mat([0, 1]), [1, 0; 0, 1]]
Got:
[Mat(1), [1, 0; 0, 1]]
**********************************************************************
File "/home/jec/sage-5.3.beta1/devel/sage-
main/sage/matrix/matrix_integer_dense.pyx", line 5040:
sage: pari('mathnf(Mat([0,1]), 4)')
Expected:
[Mat([0, 1]), [1, 0; 0, 1]]
Got:
[Mat(1), [1, 0; 0, 1]]
**********************************************************************
}}}
which look strange to me (and also not relevant to the changes made)!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13314#comment:24>
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.