On Tuesday, August 26, 2014 1:35:30 PM UTC-5, Aaron Meurer wrote: > > I like to use is ask(Q.zero(x*y), Q.zero(x) | Q.zero(y))
When encountering an Or I would have done something like return all(ask(Q.zero(x*y), clause) for clause in Or.args). -- 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/090850b0-3667-4fb3-8c8f-825976a8712e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
