-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Description
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
CC: @jasongrout
Component: linear algebra
Author: Rob Beezer
Reviewer: Alex Ghitza
Merged: sage-4.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/4756