Updates:
Cc: asmeurer
Comment #12 on issue 2265 by [email protected]: cse requires subexpressions
to be in the exact same order
http://code.google.com/p/sympy/issues/detail?id=2265
One thing I have a question about is whether something other than subs
should be used to make the replacements since we get things like the
following:
h[5] >>> cse(x**2+exp(x**2)+x**3)
([(x0, x**2)], [x0 + x0**(3/2) + exp(x0)])
I would prefer to see `x0 + x0*x + exp(x0)`
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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-issues?hl=en.