Comment #4 on issue 3322 by [email protected]: Another CSE bug http://code.google.com/p/sympy/issues/detail?id=3322
Not sure how related issue 3022 is, as it is about expand(). There is however an eerie similarity with http://code.google.com/p/sympy/issues/detail?id=3262#c2 Mul._eval_subs once again picks apart I into (-1)**(1/2) and then this line: https://github.com/sympy/sympy/blob/master/sympy/core/mul.py#L1250 flat out overwrites the exponent of (-1) with one. Fixing that lets _eval_subs return x0**3, so not quite there yet. -- 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.
