Issue 1563 in sympy: re(RootOf) fails because Poly.has() fails

2009-07-29 Thread codesite-noreply
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Polynomial New issue 1563 by asmeurer: re(RootOf) fails because Poly.has() fails http://code.google.com/p/sympy/issues/detail?id=1563 >>> a = RootsOf(x**5 - 11*x + 2, x).roots().next() >>> re(a) Traceback (most recent call last

Issue 1563 in sympy: re(RootOf) fails because Poly.has() fails

2009-08-09 Thread codesite-noreply
Updates: Labels: -NeedsReview Comment #2 on issue 1563 by ondrej.certik: re(RootOf) fails because Poly.has() fails http://code.google.com/p/sympy/issues/detail?id=1563 This is in, thanks. Is this issue fixed? -- You received this message because you are listed in the owner or CC field

Issue 1563 in sympy: re(RootOf) fails because Poly.has() fails

2009-08-10 Thread codesite-noreply
Updates: Status: Fixed Comment #3 on issue 1563 by asmeurer: re(RootOf) fails because Poly.has() fails http://code.google.com/p/sympy/issues/detail?id=1563 Yes, re(RootOf) now doesn't fail, though there are other problems with RootOf because of its Poly argument. It needs to be refa

Issue 1563 in sympy: re(RootOf) fails because Poly.has() fails

2009-08-15 Thread codesite-noreply
Updates: Cc: mattpap Labels: NeedsReview Comment #1 on issue 1563 by asmeurer: re(RootOf) fails because Poly.has() fails http://code.google.com/p/sympy/issues/detail?id=1563 I think the solution is to flatten the args and check to see if each item in args is an instance of Ba