Updates:
        Labels: NeedsReview
        Blockedon: 2022 2038

Comment #1 on issue 2039 by smichr: Mul.eval_subs problems
http://code.google.com/p/sympy/issues/detail?id=2039

It could also apply some powsimp to terms to get them in standard form before trying to store them for analysis,

e.g. rather than storing (x**(2*y))**3 as x**(2*y), x**(2*y), x**(2*y) it should probably be storing it as x**y, ... 6 times.

When powsimp is working this will work.

This has been added as a commit over 2022 in branch 2039 at github/smichr

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to