#8008: Implement an rref() function which works over the fraction field of the
base ring of a matrix
----------------------------------+-----------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: needs_work
Priority: major | Milestone:
Component: linear algebra | Keywords:
Author: Jason Grout | Upstream: N/A
Reviewer: Sebastian Pancratz | Merged:
Work_issues: |
----------------------------------+-----------------------------------------
Changes (by spancratz):
* status: needs_review => needs_work
* reviewer: => Sebastian Pancratz
Comment:
- Perhaps a very short statement about what the row echelon form of
matrices over fields look like would be nice.
- line 4035: instead of echelon_form, I think this should be
``echelon_form`` or :meth:`echelon_form`
- line 4085: I'd prefer if this was done in two lines
{{{
F = R.fraction_field()
return self.change_ring(F).echelon_form()
}}}
so that if an error occurs when creating the fraction field, the line
number corresponds to the obvious problem. (Of course, this would be
clear from the traceback anyway...)
Sebastian
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8008#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.