On Tue, Aug 28, 2012 at 7:52 AM, Aaron Meurer <[email protected]> wrote: > I'm a little unclear on what you're asking, so let me just tell you some > things and hopefully it will contain the answer you are looking for.
I think what he is pointing out is that even trivial cases involving symbols are not resolved: >>> Eq(x,x) x == x >>> Eq(1,1) True That first case should trivially resolve to True, shouldn't it? -- 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.
