Updates:
        Cc: ness...@googlemail.com

Comment #13 on issue 1887 by mrock...@gmail.com: Separate boolean and symbolic relationals
http://code.google.com/p/sympy/issues/detail?id=1887

Operators defaulting to bools would make my life substantially easier.

I also think that writing a<3 and expecting a bool is more common than writing a<b as a symbolic inequality.

x = Symbol('x', positive=True)
I'd like x>0 to be True

Other issues that affect my code specifically
Eq(x, x) != True
Ne(x, 0) != True (in the above, x positive example)

The second bit also affects Tom's integration code where any variable might be required to be positive or non-zero.

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