May be I am missing something
In [59]: (l<=0).subs({l:8})
Out[59]: False #fine
In [60]: (l<=0).subs({l:-8})
Out[60]: True #fine
In [58]: (l<=0).subs({l:oo})
Out[58]: True #not expected
In [64]: (l<=0).xreplace({l:oo})
Out[64]: True #not expected
--
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?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.