Re: Issue 51 in sympy: RootOf for polynomial equations

2011-01-04 Thread sympy
Comment #27 on issue 51 by mattpap: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 Regarding #25, I slightly improved RooOf's API, so now we have: 1. Just a single root: In [1]: RootOf(x**3 + x + 1, 0) Out[1]: ⎛ 3 ⎞ RootOf⎝x + x + 1, 0⎠ 2.

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-02-02 Thread sympy
Comment #28 on issue 51 by ronan.l...@gmail.com: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 The proposed API for RootOf is way too complex IMHO. Calling RootOf(...) should do only one thing: construct an object representing a root of some polynomial

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-02-03 Thread sympy
Comment #29 on issue 51 by asmeurer: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 RootOf is a name borrowed from Maple, by the way. -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To post to this group, s

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-02-03 Thread sympy
Comment #30 on issue 51 by Vinzent.Steinberg: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 PolyRoot() makes sense to me. RootOf() is more intuitive if you use it for arbitrary expressions though. On the other hand, we don't use IntegralOf(). -- You r

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-05-10 Thread sympy
Comment #31 on issue 51 by asmeurer: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 Is there anything left to do here that wasn't pushed in with polys12? -- You received this message because you are subscribed to the Google Groups "sympy-patches" group. To p

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-05-10 Thread sympy
Comment #32 on issue 51 by matt...@gmail.com: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 The syntax has to be improved. I'm hoping to submit a pull request with this by the end of this week. -- You received this message because you are subscribed to

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-06-04 Thread sympy
Updates: Labels: NeedsReview Comment #37 on issue 51 by matt...@gmail.com: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 Pull request is here: https://github.com/sympy/sympy/pull/385 -- You received this message because you are subscribed to the G

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-06-04 Thread sympy
Issue 51: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 This issue is now blocking issue 2304. See http://code.google.com/p/sympy/issues/detail?id=2304 -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Re: Issue 51 in sympy: RootOf for polynomial equations

2011-06-07 Thread sympy
Updates: Labels: mattpap asmeurer Comment #39 on issue 51 by asmeurer: RootOf for polynomial equations http://code.google.com/p/sympy/issues/detail?id=51 See my modified branch at https://github.com/sympy/sympy/pull/393. -- You received this message because you are subscribed to the Goo