Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium NeedsReview smichr
New issue 2652 by [email protected]: powsimp should give preference to numerical exponent combination
http://code.google.com/p/sympy/issues/detail?id=2652 x**a*x*y*sqrt(x*y) -> x**a*sqrt(x*y)**3 instead of x**(a+1)*sqrt(x*y) https://github.com/sympy/sympy/pull/578 -- 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.
