Re: Issue 2943 in sympy: rsolve: wrong result

2013-02-08 Thread sympy
Comment #3 on issue 2943 by skirpic...@gmail.com: rsolve: wrong result http://code.google.com/p/sympy/issues/detail?id=2943 https://github.com/sympy/sympy/pull/1764 -- You received this message because you are subscribed to the Google Groups sympy-issues group. To unsubscribe from this group

Re: Issue 2943 in sympy: rsolve: wrong result

2013-02-08 Thread sympy
Updates: Status: Fixed Comment #4 on issue 2943 by asmeu...@gmail.com: rsolve: wrong result http://code.google.com/p/sympy/issues/detail?id=2943 That was merged. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To unsubscribe from this

Re: Issue 2943 in sympy: rsolve: wrong result

2012-10-29 Thread sympy
Comment #2 on issue 2943 by asmeu...@gmail.com: rsolve: wrong result http://code.google.com/p/sympy/issues/detail?id=2943 Also x = Function('x') a, k = symbols(a k) rsolve(Eq(x(k + 1), a*x(k)), x(k)) 0 -- You received this message because you are subscribed to the Google Groups

Issue 2943 in sympy: rsolve: wrong result

2011-12-24 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium WrongResult Solvers New issue 2943 by krastano...@gmail.com: rsolve: wrong result http://code.google.com/p/sympy/issues/detail?id=2943 Not necessarily wrong, but trivial. sympy: In [16]: rsolve(a*f(n+1)-b**2*f(n)-f(n+2), f(n),