#6932: jordan_form with transformation=true fails on a 1x1 matrix.
------------------------------+---------------------------------------------
Reporter: syazdani | Owner: tbd
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.3.4
Component: linear algebra | Keywords: jordan_form
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by zimmerma):
* status: needs_review => positive_review
Comment:
I checked with sage-4.3.3, and we indeed get the correct rank (7) for
#6942, thus I guess we can
indeed close that ticket:
{{{
sage: M=Matrix(1,1,[1])
sage: M.jordan_form(transformation=True)
([1], [1])
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6932#comment:3>
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.