Comment #4 on issue 1168 by [email protected]: Matrix([[x+y, -x, 0], [-x-y, x, 1], [0,1,0]]).inf() gives wrong result
http://code.google.com/p/sympy/issues/detail?id=1168

This is more of a simplify problem, than a matrices problem. The LU and GE methods aren't as symbolically stable as ADJ.

I think, ADJ should be made default method. I'll put that in my cholesky branch, if we all agree.

Another thing, shouldn't the applyfunc(simplify) be done implicitly when returning inv() or det() etc.

--
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.

Reply via email to