Comment #4 on issue 1850 by ylfchild: solve_linear_system contains duplicate rref algorithm
http://code.google.com/p/sympy/issues/detail?id=1850

I'm looking at the two functions and, as I understand them so far, they are using almost identical algorithms. The largest difference that I see is that solve_linear_system has the early exits (as it should) while rref continues to reduce as much as it can. I can try to fold these into a single rref call in the matrix module.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to