Re: Issue 1585 in sympy: expression expanded indiscriminantly

2009-12-08 Thread sympy
Updates: Status: Fixed Labels: -NeedsBetterPatch Comment #4 on issue 1585 by ronan.l...@gmail.com: expression expanded indiscriminantly http://code.google.com/p/sympy/issues/detail?id=1585 This works now. In [25]: eq=(x/neg)**-S.Half; str(eq) Out[25]: 1/((-x)**(1/2)*(-1/neg)**(

Issue 1585 in sympy: expression expanded indiscriminantly

2009-09-20 Thread codesite-noreply
Comment #3 on issue 1585 by fab...@fseoane.net: expression expanded indiscriminantly http://code.google.com/p/sympy/issues/detail?id=1585 It's a bug in the old assumption system. I'm working right now in removing the old assumption system (I plan to have it finished for the end of the month)

Issue 1585 in sympy: expression expanded indiscriminantly

2009-09-19 Thread codesite-noreply
Updates: Cc: fab...@fseoane.net Comment #2 on issue 1585 by asmeurer: expression expanded indiscriminantly http://code.google.com/p/sympy/issues/detail?id=1585 I get this traceback: xpassed tests _ sympy/simplify/tests/te

Issue 1585 in sympy: expression expanded indiscriminantly

2009-09-19 Thread codesite-noreply
Updates: Cc: ondrej.certik asmeurer Labels: NeedsBetterPatch Comment #1 on issue 1585 by smichr: expression expanded indiscriminantly http://code.google.com/p/sympy/issues/detail?id=1585 I've made changes to core Mul and simplify that try to preserve the integrity of expanded o

Issue 1585 in sympy: expression expanded indiscriminantly

2009-08-08 Thread codesite-noreply
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium Assumptions New issue 1585 by smichr: expression expanded indiscriminantly http://code.google.com/p/sympy/issues/detail?id=1585 When two terms appear under an exponent they get split apart into an expression which is not always t