[sympy] Pattern matching for sympy tree transformation

2011-03-31 Thread Mark Dewing
The current method for transforming sympy trees (used in the printers, for example) can require some nested if-tests, even for some simple cases like subtraction (addition of -1 multiplied by the first arg), or division (mutiply by arg to the power of -1). It would be nice to be able to represent

Re: [sympy] Pattern matching for sympy tree transformation

2011-03-31 Thread Christophe BAL
Hello. That's look very good. This would also allow to build customized math tree from sympy tree. C. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send em