Comment #1 on issue 3601 by [email protected]: SymPy Stats should assume expressions are equal to zero
http://code.google.com/p/sympy/issues/detail?id=3601

So, the P has to assume that if I pass something like this X*2 + 3, I really want to say this X*2 + 3 == 0 ?

Today it does something like that:
In: X = Die('X', 4)
In: P(Eq(X*2 + 3))
Out: 0

Your idea is something like that?
In: X = Die('X', 4)
In: P(X*2 + 3)
Out: 0

-----
I'm new here and not fluent in English, so if you don't understand something there is no problem in asking me, I'll try to explain again.

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