Re: Issue 1891 in sympy: RootOf has subs problems

2011-04-29 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #3 on issue 1891 by matt...@gmail.com: RootOf has subs problems http://code.google.com/p/sympy/issues/detail?id=1891 Now in master: In [1]: RootOf(y**5 + 11*y - 2, 4) Out[1]: ⎛ 5 ⎞ RootOf⎝y + 11

Re: Issue 1891 in sympy: RootOf has subs problems

2010-09-01 Thread sympy
Updates: Labels: mattpap Comment #2 on issue 1891 by asmeurer: RootOf has subs problems http://code.google.com/p/sympy/issues/detail?id=1891 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To p

Re: Issue 1891 in sympy: RootOf has subs problems

2010-04-08 Thread sympy
Updates: Status: Started Owner: mattpap Labels: Milestone-Release0.7.0 NeedsReview Polynomial Comment #1 on issue 1891 by mattpap: RootOf has subs problems http://code.google.com/p/sympy/issues/detail?id=1891 This issue was fixed with new RootOf implementation (see issue

Issue 1891 in sympy: RootOf has subs problems

2010-04-08 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 1891 by smichr: RootOf has subs problems http://code.google.com/p/sympy/issues/detail?id=1891 Here is a RootOf instance: r RootOf(y**5 + 11*y - 2, y, domain='ZZ', index=4) When one tries a substitution, an error is