Comment #2 on issue 2268 by [email protected]: Sorting of eigenvalues in resulted diagonal form of matrix.
http://code.google.com/p/sympy/issues/detail?id=2268
Is this still an issue? In [1]: a = Matrix([[3, -1, 0], [-1, 2, -1], [0, -1, 3]]) In [2]: a.diagonalize() Out[2]: ([1 -1 1 ], [1 0 0]) [ ] [ ] [2 0 -1] [0 3 0] [ ] [ ] [1 1 1 ] [0 0 4] -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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/sympy-issues?hl=en.
