Re: Issue 1216 in sympy: series expansion of piecewise fails

2013-10-10 Thread sympy
Comment #7 on issue 1216 by asmeu...@gmail.com: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 Yeah, it should plug the point into the conditions and remove those that it knows are false. -- You received this message because this project is config

Re: Issue 1216 in sympy: series expansion of piecewise fails

2013-10-09 Thread sympy
Updates: Labels: Series Comment #6 on issue 1216 by skirpic...@gmail.com: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 Now this returns: In [12]: p.series(x, 0, 5) Out[12]: ⎧ 0 for x < -1 ⎪ ⎪ 2 ⎨ x for x ≤ 1 ⎪ ⎪log(x) otherwise

Re: Issue 1216 in sympy: series expansion of piecewise fails

2011-02-16 Thread sympy
Comment #4 on issue 1216 by smi...@gmail.com: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 In 2084 this raises an error: NotImplementedError: series for user-defined and multi-arg functions are not sup ported. -- You received this message bec

Issue 1216 in sympy: series expansion of piecewise fails

2008-11-26 Thread codesite-noreply
Comment #3 on issue 1216 by andy.terrel: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 This sounds about right. I didn't bother with series yet because I was focusing on integrate. I think there are probably more things that I care to talk about lin

Issue 1216 in sympy: series expansion of piecewise fails

2008-11-24 Thread codesite-noreply
Comment #2 on issue 1216 by ondrej.certik: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 Imho the e.series(x, 0, 5) should return 5 terms of the series expansion of the expression "e" (whatever it is). If "e" is differentiable, this operation is wel

Issue 1216 in sympy: series expansion of piecewise fails

2008-11-24 Thread codesite-noreply
Comment #1 on issue 1216 by wdjoyner: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 Is the series method supposed to just look at the part of the function defined on the interval containing 0, then expand that function, and replace that part by it's

Issue 1216 in sympy: series expansion of piecewise fails

2008-11-24 Thread codesite-noreply
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 1216 by ondrej.certik: series expansion of piecewise fails http://code.google.com/p/sympy/issues/detail?id=1216 In [1]: Piecewise? In [2]: %doctest_mode *** Pasting of code with ">>>" or "..." has been enabled. Exception