#6942: jordan_form with transformation=true returns non-invertible
transformation
----------------------+-----------------------------------------------------
Reporter: syazdani | Owner: tbd
Type: defect | Status: new
Priority: critical | Milestone:
Component: algebra | Keywords: jordan_form, transformation
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
The following code returns an incorrect result:
{{{
mm=Matrix(GF(2),[[1,0,1,0,0,0,1],[1,0,0,1,1,1,0],[1,1,0,1,1,1,1],[1,1,1,0,1,1,1],[1,1,1,0,0,1,0],[1,1,1,0,1,0,0],[1,1,1,1,1,1,0]])
_,S = mm.jordan_form(transformation=True)
S.rank()
}}}
S should be invertible, so the rank should be 7, but the rank of the above
is 5.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6942>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---