#5014: matrix rank should call echelon_form over *fraction field*
------------------------------+---------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7
Component: linear algebra | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------------+---------------------------------------------
Changes (by dsm):
* upstream: => N/A
Comment:
This seems to work now:
{{{
sage: version()
'Sage Version 4.6.2, Release Date: 2011-02-25'
sage: P.<x> = PolynomialRing(GF(17))
sage: m = Matrix(P,2,2)
sage: m.randomize()
sage: m
[ 15*x^2 + 16*x 9*x^2 + 12*x + 12]
[13*x^2 + 16*x + 16 4*x^2 + 5*x + 12]
sage: m.rank()
2
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5014#comment:2>
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.