Comment #1 on issue 1777 by asmeurer: powsimp modifications
http://code.google.com/p/sympy/issues/detail?id=1777

It seems like powsimp should simplify x**y**z to x**(y*z) (under proper  
assumptions), not the reverse.  Your
version seems more like something that "expands" the expression and should  
maybe then go in expand.  On the
other hand, it isn't something that people might normally expect expand to  
do, so maybe it belongs in a
different function.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--

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