Hello

It happens on sagenb.org
While eigenvectors_right() works perfectly good, right_eigenvectors() says:

Traceback (most recent call last): 
  File "", line 1, in <module>
    
  File "/tmp/tmpHySbp1/___code___.py", line 24, in <module>
    exec compile(u'M.right_eigenvectors()
  File "", line 1, in <module>
    
  File "matrix2.pyx", line 5323, in 
sage.matrix.matrix2.Matrix.eigenvectors_right (sage/matrix/matrix2.c:30449)
TypeError: eigenvectors_left() takes no keyword arguments



This is old error described here:  
http://trac.sagemath.org/ticket/10346#comment:6

The code of function is: 

 return self.transpose().eigenvectors_left(extend=extend)


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to