Updates:
        Status: Fixed
        Labels: -Milestone-Release0.7.0

Comment #3 on issue 2392 by [email protected]: Inconsistent solve behavior
http://code.google.com/p/sympy/issues/detail?id=2392

Fixed in master:

In [1]: var('a')
Out[1]: a

In [2]: solve([a(0, 0) + a(0, 1) + a(1, 0) + a(1, 1), -a(1, 0) - a(1, 1)], a(0, 0) , a(0, 1) , a(1, 0) , a(1, 1))
Out[2]: {a(0, 0): -a(0, 1), a(1, 0): -a(1, 1)}

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