On Mar 22, 2:32 am, Joachim Durchholz <[email protected]> wrote: > Am 21.03.2012 15:41, schrieb Rishav Das: > > > Xnor(True,True,True) = False > > NOT (True XOR True XOR True) > > isn't how operators are commonly extended to multiple operands. > The common definition would be > > True XNOR True XNOR True > > which evaluates to True. > > > whereas Equivalent(True, True, True) = True > > Agreed.
I can see you're right. I was trying to meet the patch requirement for GSoC 2012. I'll focus instead on working on creating an Android app since that makes more sense for my project idea. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
