Thanks. The differences can be strange. For example, sometimes you will get (x8, I*x5), and sometimes you will get (x2, -I), (x8, -x5) (in this case, x2 is also used in some, but not all, other places where I appears).
So I think the algorithm needs to be modified to give the best substitution, if that's possible. Other than that, sometimes independent substitutions can come out in different orders, but that should be easy to fix by default_sort_key sorting. Aaron Meurer On Jun 30, 2012, at 5:41 PM, Chris Smith <[email protected]> wrote: > After pull request 1375 gets processed I can take a look at the cse > (unless someone else wants to handle it). > > /c > > -- > 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. > -- 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.
