Issue 3135 in sympy: Multiple series expansions

2012-03-10 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Series New issue 3135 by someb...@bluewin.ch: Multiple series expansions http://code.google.com/p/sympy/issues/detail?id=3135 Multiple series expansions in a row wrt different variables do not work. Let me show a simple example:

Issue 3136 in sympy: Series of ((N - 1)**D + 1)/(N**D - 1) fails

2012-03-10 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Series WrongResult New issue 3136 by someb...@bluewin.ch: Series of ((N - 1)**D + 1)/(N**D - 1) fails http://code.google.com/p/sympy/issues/detail?id=3136 Simple issue: In [32]: D = Symbol("D") In [33]: N = Symbol("N") In [34

Issue 3137 in sympy: Series of ((N - 1)**D)/(N**D - 1) fails

2012-03-10 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Series WrongResult New issue 3137 by someb...@bluewin.ch: Series of ((N - 1)**D)/(N**D - 1) fails http://code.google.com/p/sympy/issues/detail?id=3137 Another simple issue: In [40]: D = Symbol("D") In [41]: N = Symbol("N") In

Re: Issue 2639 in sympy: Product() is seriously broken

2012-03-10 Thread sympy
Comment #15 on issue 2639 by asmeu...@gmail.com: Product() is seriously broken http://code.google.com/p/sympy/issues/detail?id=2639 Multiple products should denest into a single multiple product. So should Sum by the way. -- You received this message because you are subscribed to the Goo

Re: Issue 3135 in sympy: Multiple series expansions

2012-03-10 Thread sympy
Comment #1 on issue 3135 by asmeu...@gmail.com: Multiple series expansions http://code.google.com/p/sympy/issues/detail?id=3135 I think the first order term has to keep track of the other variables. So the correct order should be something like O(exp(y)*x**6), not just O(x**6). Are our mul

Re: Issue 3136 in sympy: Series of ((N - 1)**D + 1)/(N**D - 1) fails

2012-03-10 Thread sympy
Updates: Labels: -WrongResult Comment #1 on issue 3136 by asmeu...@gmail.com: Series of ((N - 1)**D + 1)/(N**D - 1) fails http://code.google.com/p/sympy/issues/detail?id=3136 WrongResult is only for things that return something that is mathematically wrong. Raising NotImplementedEr

Re: Issue 3137 in sympy: Series of ((N - 1)**D)/(N**D - 1) fails

2012-03-10 Thread sympy
Updates: Labels: -WrongResult Comment #1 on issue 3137 by asmeu...@gmail.com: Series of ((N - 1)**D)/(N**D - 1) fails http://code.google.com/p/sympy/issues/detail?id=3137 This is similar to issue 3136 (or at least the expression is similar). -- You received this message because you a