Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium EasyToFix Statistics

New issue 3601 by asmeu...@gmail.com: SymPy Stats should assume expressions are equal to zero
http://code.google.com/p/sympy/issues/detail?id=3601

If you have something like

X = Die("X", 6)
P(Eq(X, 3))

It's a little annoying that you have to use Eq (unlike, e.q., P(X > 3)). Most places in SymPy solve this problem by automatically assuming that expressions are equal to zero, (like solve(x**2 - 2, x) instead of solve(Eq(x**2, 2), x)). So functions in SymPy Stats like P() that usually take in boolean expressions should assume non-booleans are equal to 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