The simplest example I could think if is:

>>> a = symbols('a',commutative=True)
>>> c = symbols('c', commutative=False)
>>> solve(a-c,a)
[]

which returns an empty list. If both symbols have commutative=True or both 
have commutative=False, the correct solution [c] is returned.

Is there anything I am doing wrong here ?

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/a7d9e447-d259-440d-a6b0-cc7bb6626429%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to