Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2901 by [email protected]: 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 missing.

    >>> Mul(x,x,y,evaluate=0)
    x*y
    >>> _.args
    (x, x, y)

The same does not appear to be true for Adds:

    >>> Add(1,1,x,x,y,evaluate=0)
    x + x + y + 1 + 1


--
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.

Reply via email to