On Wed, Jul 3, 2013 at 10:52 AM, Aaron Meurer <[email protected]> wrote: > When we've talked about this in the past, we put the ideas at > https://github.com/sympy/sympy/wiki/Canonicalization. So take a look > at what is there, and add things if you have any more ideas.
I've added a link to this thread. Note that the page is about canonical simplification, which happens after the expression is constructed. The double dispatch (this thread) happens before any canonical simplification happens. As correctly noted in the "Resuming one possible solution taken from mail-list discussions" section in the wiki. Ondrej -- 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. For more options, visit https://groups.google.com/groups/opt_out.
