[sage-devel] Faster polynomial composition and evaluation

2012-11-14 Thread Guillaume Moroz
fast_polynomial ( http://trac.sagemath.org/sage_trac/ticket/13358 ) is a sage package that improves significantly the composition of univariate and multivariate polynomial. In particular, the composition of polynomial can be 10 times faster than the current implementation. Currently, it can be

[sage-devel] Re: PolynomialRing over FractionField and Singular

2008-11-22 Thread Guillaume Moroz
Youps, there was a little problem in my patch for the univariate fraction field case. This patch replaces the previous one. Guillaume 229c229,236 < --- > > elif sage.rings.fraction_field.is_FractionField(self.base_ring()) and > (self.base_ring().base_ring() is ZZ or > self.base_ring().ba

[sage-devel] Re: PolynomialRing over FractionField and Singular

2008-11-22 Thread Guillaume Moroz
Hi, On Nov 22, 8:10 pm, Martin Albrecht <[EMAIL PROTECTED]> wrote: > if you want to give it a try have a look at > >sage/rings/polynomial/polynomial_singular_interface.py Cool: I modified this python script, ran some tests and now the singular interface is well used for fraction field coeffi

[sage-devel] PolynomialRing over FractionField and Singular

2008-11-21 Thread Guillaume Moroz
Hi, I'm new to sage, and so far I like it! Just my two cents here: it seems that the sage interface to singular is not aware that Singular handles multivariate polynomial rings with coefficients in a fraction field. sage: from sage.rings.polynomial.polynomial_singular_interface import can_conve