Comment #10 on issue 3742 by [email protected]: rref very slow
http://code.google.com/p/sympy/issues/detail?id=3742

I am still having problems with rref. I am now using Mateusz's branch. I have looked at his solve_lin_sys, and saw how he calls rref. When his solver calls rref, it uses simplify=False, which is why it runs so fast. If I use Mateusz's rref with simplify=True, it is still incredibly slow or not finishing at all. I need to use simplify=True, otherwise the rank will not properly be computed. I generate 11,440 matrices, and 37 of their ranks are not properly computed when simplify=False. His solver is correct and fast because his matrix doesn't have to be put in completely rref to solve the system of equations, but to properly compute the rank of a matrix it must be as reduced as possible i.e. simplify=True.

Your help is greatly appreciated!

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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 http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to