Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-12-09 Thread sympy
Comment #5 on issue 2863 by krastano...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 _If_ I remember correctly Aaron's sympy-bot crashes when testing pyglet. It happens only in the bot and not by running setup.py. I was unable to reprodu

Re: Issue 2626 in sympy: Piecewise should use a different syntax for "otherwise"

2011-12-09 Thread sympy
Updates: Cc: ondrej.c...@gmail.com Comment #15 on issue 2626 by ondrej.c...@gmail.com: Piecewise should use a different syntax for "otherwise" http://code.google.com/p/sympy/issues/detail?id=2626 I don't think that it makes sense for Piecewise to hold tuples, and as such, I vote for

Re: Issue 2863 in sympy: Plotting failures with SymPy-Bot

2011-12-09 Thread sympy
Comment #4 on issue 2863 by ondrej.c...@gmail.com: Plotting failures with SymPy-Bot http://code.google.com/p/sympy/issues/detail?id=2863 What exactly is the problem here? How can I reproduce it? -- You received this message because you are subscribed to the Google Groups "sympy-issues" grou

Re: Issue 2539 in sympy: live.sympy.org should save settings

2011-12-09 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2539 by ondrej.c...@gmail.com: live.sympy.org should save settings http://code.google.com/p/sympy/issues/detail?id=2539 This is now fixed at live.sympy.org -- You received this message because you are subscribed to the Google Groups "sympy-

Issue 2911 in sympy: requesting help for a symbol raises an error

2011-12-09 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 2911 by smi...@gmail.com: requesting help for a symbol raises an error http://code.google.com/p/sympy/issues/detail?id=2911 asking for help on an expression/function gives some help: help(2+x) Help on Add in module

Re: Issue 2820 in sympy: expand() doesn't work in the denominator

2011-12-09 Thread sympy
Updates: Labels: -NeedsReview -smichr Comment #11 on issue 2820 by smi...@gmail.com: expand() doesn't work in the denominator http://code.google.com/p/sympy/issues/detail?id=2820 This should be a new issue. The problem is not denominator expansion, per se, but the known deficiency o

Re: Issue 978 in sympy: extract (-1) from all expressions canonically

2011-12-09 Thread sympy
Comment #3 on issue 978 by asmeu...@gmail.com: extract (-1) from all expressions canonically http://code.google.com/p/sympy/issues/detail?id=978 For rref(), this just shows that the simplify() flag should probably be true with some kind of simplification (probably cancel() should be fast

Re: Issue 2820 in sympy: expand() doesn't work in the denominator

2011-12-09 Thread sympy
Updates: Status: Accepted Comment #10 on issue 2820 by asmeu...@gmail.com: expand() doesn't work in the denominator http://code.google.com/p/sympy/issues/detail?id=2820 This still doesn't always work. In [11]: n = -1 + 1/x In [12]: z=n/x/(-n)**2-1/n/x In [13]: z.expand() Out[13]:

Re: Issue 2909 in sympy: gosper_sum dosctring needs editing

2011-12-09 Thread sympy
Updates: Labels: NeedsReview smichr Comment #1 on issue 2909 by smi...@gmail.com: gosper_sum dosctring needs editing http://code.google.com/p/sympy/issues/detail?id=2909 I've added an example to gosper_sum that can help demonstrate what is returned from the routine. Also, I've corre