yacas icon indicating copy to clipboard operation
yacas copied to clipboard

Eigenvalues() with complex entries bug [sf#8]

Open grzegorzmazur opened this issue 9 years ago • 0 comments

Reported by jleto on 2011-11-20 12:12 UTC In> A:={{1,2,3,4},{0,1,2,3},{0,0,1,2},{I,0,I,I}};
Out> {{1,2,3,4},{0,1,2,3},{0,0,1,2}, Complex(0,1),0,Complex(0,1),Complex(0,1)}};
In> EigenValues(A)
C pressed
CommandLine(1) : User interrupted calculation


Moved from SF: 562278

grzegorzmazur avatar Jul 26 '15 16:07 grzegorzmazur