Re: Issue 2901 in sympy: printing unevaluate Mul doesn't show power

2011-12-30 Thread sympy
Updates: Status: Fixed Comment #3 on issue 2901 by smi...@gmail.com: printing unevaluate Mul doesn't show power http://code.google.com/p/sympy/issues/detail?id=2901 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 2901 in sympy: printing unevaluate Mul doesn't show power

2011-12-07 Thread sympy
Updates: Labels: NeedsReview smichr Comment #2 on issue 2901 by smi...@gmail.com: printing unevaluate Mul doesn't show power http://code.google.com/p/sympy/issues/detail?id=2901 please see https://github.com/sympy/sympy/pull/828 -- You received this message because you are

Issue 2901 in sympy: printing unevaluate Mul doesn't show power

2011-12-06 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2901 by smi...@gmail.com: printing unevaluate Mul doesn't show power http://code.google.com/p/sympy/issues/detail?id=2901 The power of factors in unevaluated Muls is not shown. In the following, the 2 on x is

Re: Issue 2901 in sympy: printing unevaluate Mul doesn't show power

2011-12-06 Thread sympy
Updates: Status: Started Comment #1 on issue 2901 by smi...@gmail.com: printing unevaluate Mul doesn't show power http://code.google.com/p/sympy/issues/detail?id=2901 args_cnc returns a set for the commutative args. So either the expression should be rebuilt with as_powers_dict or