2016-03-20 15:25:49 UTC+1, [email protected]: > In Matlab, you can return the eigenvalues > between two arrays (A, B) square in shape: > > e = eig(A, B) > > How do the sagemath?
I don't know if this is available in SageMath, even though it might be provided by some of the libraries shipped by SageMath... For reference, the MATLAB documentation for eig is at: http://fr.mathworks.com/help/matlab/ref/eig.html A similar question was asked in 2013 on Ask Sage: http://ask.sagemath.org/question/10751/qz-decomposition-for-generalized-eigenvalues/ and is still unanswered. Samuel -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
