Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2012-10-14 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview smichr Comment #7 on issue 2285 by julien.r...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 This got fixed commit faad5833cf3ef3323e9b23d0b836a829a1eb297f Author: Chris Smith Dat

Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-20 Thread sympy
Updates: Status: Started Comment #6 on issue 2285 by sherjilo...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "

Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-20 Thread sympy
Updates: Labels: NeedsReview sherjilozair Comment #5 on issue 2285 by sherjilo...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 https://github.com/sympy/sympy/pull/239 -- You received this message because you are subscribed to the G

Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-17 Thread sympy
Updates: Status: Accepted Comment #4 on issue 2285 by asmeurer: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 Having an option to return orthonormal eigenvectors can be useful, but I don't think it should be default. The reason is that it intro

Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-17 Thread sympy
Updates: Labels: EasyToFix Comment #3 on issue 2285 by sherjilo...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-17 Thread sympy
Comment #2 on issue 2285 by sherjilo...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 In [40]: A = Matrix(((1,1),(0,2))) In [41]: A.eigenvects() Out[41]: ⎡⎛1, 1, ⎡⎡1⎤⎤⎞, ⎛2, 1, ⎡⎡1⎤⎤⎞⎤ ⎢⎜ ⎢⎢ ⎥⎥⎟ ⎜ ⎢⎢ ⎥⎥⎟⎥ ⎣⎝ ⎣⎣0⎦⎦⎠ ⎝ ⎣

Re: Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-17 Thread sympy
Updates: Labels: Matrices Comment #1 on issue 2285 by sherjilo...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Issue 2285 in sympy: Orthonormal Eigenvectors required

2011-04-17 Thread sympy
Status: New Owner: sherjilo...@gmail.com Labels: Type-Enhancement Priority-Medium New issue 2285 by sherjilo...@gmail.com: Orthonormal Eigenvectors required http://code.google.com/p/sympy/issues/detail?id=2285 The .diagonalize method and/or .eigenvects should have a flag, that makes it return