#4756: eigenmatrix_right totally broken
----------------------------+-----------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.2
Component: linear algebra | Keywords:
----------------------------+-----------------------------------------------
{{{
sage: a = matrix(CDF,2,[1,2,4,7])
sage: a.eigenmatrix_right()
---------------------------------------------------------------------------
IndexError Traceback (most recent call
last)
/Users/wstein/sage/build/sage-3.2.2.alpha0/<ipython console> in <module>()
/Users/wstein/sage/build/sage-3.2.2.alpha0/local/lib/python2.5/site-
packages/sage/matrix/matrix2.so in
sage.matrix.matrix2.Matrix.eigenmatrix_right
(sage/matrix/matrix2.c:18170)()
/Users/wstein/sage/build/sage-3.2.2.alpha0/local/lib/python2.5/site-
packages/sage/matrix/matrix2.so in
sage.matrix.matrix2.Matrix.eigenmatrix_left
(sage/matrix/matrix2.c:17965)()
IndexError: list index out of range
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4756>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---