Re: Issue 1243 in sympy: bug in trim()

2010-03-20 Thread sympy
Updates: Status: Fixed Comment #4 on issue 1243 by mattpap: bug in trim() http://code.google.com/p/sympy/issues/detail?id=1243 Once again, there is new algorithm for expression parsing and there are tests already. -- You received this message because you are listed in the owner or CC

Re: Issue 1243 in sympy: bug in trim()

2010-03-17 Thread sympy
Comment #3 on issue 1243 by asmeurer: bug in trim() http://code.google.com/p/sympy/issues/detail?id=1243 Of course, it just works in the new polys: In [30]: simplify(c*t) Out[30]: ⅈ⋅x -ⅈ⋅x ⅈ⋅ℯ ⅈ⋅ℯ - ── + ─── 2 2 In [31]: sin(x)._eval_rewrite_as_exp(x) Out[3

Re: Issue 1243 in sympy: bug in trim()

2009-12-07 Thread sympy
Updates: Blockedon: 1598 Comment #2 on issue 1243 by asmeurer: bug in trim() http://code.google.com/p/sympy/issues/detail?id=1243 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

Issue 1243 in sympy: bug in trim()

2008-12-16 Thread codesite-noreply
Status: Accepted Owner: CC: mattpap Labels: Type-Defect Priority-Medium New issue 1243 by ondrej.certik: bug in trim() http://code.google.com/p/sympy/issues/detail?id=1243 In [1]: c = cos(x)._eval_rewrite_as_exp(x) In [2]: t = tan(x)._eval_rewrite_as_exp(x) In [3]: c*t Out[3]: ⎛ ⅈ⋅x