Issue 3908 in sympy: `is_finite` is not used anymore. Remove any mentions of it.

2013-06-27 Thread sympy
Status: Valid Owner: Labels: Type-Enhancement Priority-Medium New issue 3908 by krastano...@gmail.com: `is_finite` is not used anymore. Remove any mentions of it. http://code.google.com/p/sympy/issues/detail?id=3908 see https://github.com/sympy/sympy/pull/2211 -- You received this messa

Issue 3907 in sympy: constantsimp(C0*C1*x + C1**2,x,2) should simplify things!

2013-06-27 Thread sympy
Status: Valid Owner: Labels: Type-Defect Priority-Medium Solvers New issue 3907 by skirpic...@gmail.com: constantsimp(C0*C1*x + C1**2,x,2) should simplify things! http://code.google.com/p/sympy/issues/detail?id=3907 Prehaps, C0*x + C1 could be a bit better. -- You received this message

Re: Issue 3745 in sympy: Sympy doesn't solve a recurrence with initial conditions

2013-06-27 Thread sympy
Comment #4 on issue 3745 by skirpic...@gmail.com: Sympy doesn't solve a recurrence with initial conditions http://code.google.com/p/sympy/issues/detail?id=3745 Probably, we can use constantsimp() for second issue. In [3]: constantsimp(rsolve(y(n+2) - y(n+1) + y(n)/4,y(n)),n,2) Out[3]: -n 2

Re: Issue 3906 in sympy: ask should check for junk input

2013-06-27 Thread sympy
Comment #1 on issue 3906 by skirpic...@gmail.com: ask should check for junk input http://code.google.com/p/sympy/issues/detail?id=3906 https://github.com/sympy/sympy/pull/2213 -- You received this message because this project is configured to send all issue notifications to this address.

Re: Issue 3809 in sympy: isprime can be faster

2013-06-27 Thread sympy
Comment #48 on issue 3809 by dana.jac...@gmail.com: isprime can be faster http://code.google.com/p/sympy/issues/detail?id=3809 Case, I tried r814 and it seems to work fine for me, both on the command line and with sympy calling it. Using quotes now raises a TypeError, as do most of the oddb