Comment #4 on issue 3653 by [email protected]: solve does not return zero roots when solving a system of equation
http://code.google.com/p/sympy/issues/detail?id=3653

"The solution (a, b) = (-c, -c) includes (0,0), (1,1) ... all values where a == b"

THIS WOULD MEAN THAT WE HAVE INFINITE SOLUTIONS AND THIS IS NOT TRUE !!!
c is a (fixed) parameter. For c=1 the solutions for (a,b) are given by the set [(-1,-1),(0,0)]=[(-c,-c),(0,0)], because c=1.
For ANOTHER value of the symbolic parameter c substitute that value.
We always have 2 (maybe coincident) solutions, not infinite solutions !

SO the bug exists because (0,0) as a solution is not returned and the solutions are not in a consistent format !

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