Re: Issue 3883 in sympy: powdenest should not do too much

2013-06-14 Thread sympy
Comment #2 on issue 3883 by asmeu...@gmail.com: powdenest should not do too much http://code.google.com/p/sympy/issues/detail?id=3883 Similarly, the other power functions should not do denesting: In [19]: var('a b c', positive=True) Out[19]: (a, b, c) In [20]: expand_power_base((a**b)**(c

Re: Issue 3883 in sympy: powdenest should not do too much

2013-06-12 Thread sympy
Comment #1 on issue 3883 by smi...@gmail.com: powdenest should not do too much http://code.google.com/p/sympy/issues/detail?id=3883 Yes...this is a problem with many simplify functions as Matt Rocklin has pointed out. -- You received this message because this project is configured to

Issue 3883 in sympy: powdenest should not do too much

2013-06-11 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Simplify New issue 3883 by asmeu...@gmail.com: powdenest should not do too much http://code.google.com/p/sympy/issues/detail?id=3883 Maybe there's a good reason for it, but why does powdenest also call powsimp? In [28]: