[PATCH] Use by default cubics and quartics formula on roots().

2009-01-15 Thread fabian . seoane
From: Fabian Seoane This has been discussed on issue #1158. --- sympy/polys/rootfinding.py | 10 +- sympy/polys/tests/test_polynomial.py |5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sympy/polys/rootfinding.py b/sympy/polys/rootfinding.py index

Re: Use by default cubics and quartics formula on roots().

2009-01-15 Thread Vinzent Steinberg
On 15 Jan., 13:42, fabian.seo...@gmail.com wrote: > From: Fabian Seoane > > This has been discussed on issue #1158. > --- >  sympy/polys/rootfinding.py           |   10 +- >  sympy/polys/tests/test_polynomial.py |    5 +++-- >  2 files changed, 8 insertions(+), 7 deletions(-) > > diff -

[PATCH] Use by default cubics and quartics formula on roots().

2009-01-15 Thread fabian . seoane
From: Fabian Seoane Docstring of roots by Vinzent Steinberg. This has been discussed on issue #1158. --- sympy/polys/rootfinding.py | 10 +- sympy/polys/tests/test_polynomial.py |5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/sympy/polys/rootfind

Re: Use by default cubics and quartics formula on roots().

2009-01-15 Thread Fabian Seoane
On Thu, Jan 15, 2009 at 8:09 PM, Vinzent Steinberg < vinzent.steinb...@googlemail.com> wrote: > > > > On 15 Jan., 13:42, fabian.seo...@gmail.com wrote: > > From: Fabian Seoane > > > > This has been discussed on issue #1158. > > --- > > sympy/polys/rootfinding.py | 10 +- > >

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Vinzent Steinberg
On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: > From: Fabian Seoane > > Docstring of roots by Vinzent Steinberg. > This has been discussed on issue #1158. > --- >  sympy/polys/rootfinding.py           |   10 +- >  sympy/polys/tests/test_polynomial.py |    5 +++-- >  2 files changed,

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Ondrej Certik
On Fri, Jan 16, 2009 at 9:09 AM, Vinzent Steinberg wrote: > > > On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: >> From: Fabian Seoane >> >> Docstring of roots by Vinzent Steinberg. >> This has been discussed on issue #1158. >> --- >> sympy/polys/rootfinding.py | 10 +- >>

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Fabian Seoane
On Fri, Jan 16, 2009 at 8:41 PM, Ondrej Certik wrote: > > On Fri, Jan 16, 2009 at 9:09 AM, Vinzent Steinberg > wrote: > > > > > > On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: > >> From: Fabian Seoane > >> > >> Docstring of roots by Vinzent Steinberg. > >> This has been discussed on issue #

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Fabian Seoane
On Fri, Jan 16, 2009 at 8:41 PM, Ondrej Certik wrote: > > On Fri, Jan 16, 2009 at 9:09 AM, Vinzent Steinberg > wrote: > > > > > > On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: > >> From: Fabian Seoane > >> > >> Docstring of roots by Vinzent Steinberg. > >> This has been discussed on issue #

Re: Use by default cubics and quartics formula on roots().

2009-01-16 Thread Ondrej Certik
On Fri, Jan 16, 2009 at 2:39 PM, Fabian Seoane wrote: > > > On Fri, Jan 16, 2009 at 8:41 PM, Ondrej Certik wrote: >> >> On Fri, Jan 16, 2009 at 9:09 AM, Vinzent Steinberg >> wrote: >> > >> > >> > On 16 Jan., 00:28, fabian.seo...@gmail.com wrote: >> >> From: Fabian Seoane >> >> >> >> Docstring

Re: [PATCH] Use by default cubics and quartics formula on roots().

2009-01-16 Thread Ondrej Certik
On Thu, Jan 15, 2009 at 4:42 AM, wrote: > > From: Fabian Seoane > > This has been discussed on issue #1158. > --- > sympy/polys/rootfinding.py | 10 +- > sympy/polys/tests/test_polynomial.py |5 +++-- > 2 files changed, 8 insertions(+), 7 deletions(-) > > diff --git a/s