Comment #5 on issue 2015 by ggventurini: Hangs attempting to solve a system of linear equations
http://code.google.com/p/sympy/issues/detail?id=2015

There is an inaccuracy above, there is an equation a = q that is added to the results. The variable "a" does not appear in the system and the equation is left out when calling solve(), so I deleted it from the list of variables and I believe it makes no difference.

Same thing applies to the first problem, where it appears in the list of variables to solve for but not in the system. Coherently, you get a=a in the results.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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