Re: [sage-devel] Re: pari error at evaluating polynomial

2013-01-30 Thread Jeroen Demeyer
On 2013-01-30 21:08, mmarco wrote: > Should this be reported upstream to pari? Just did so. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@

[sage-devel] Re: pari error at evaluating polynomial

2013-01-30 Thread mmarco
Thanks, i will try the workaround. Should this be reported upstream to pari? On 30 ene, 20:54, Nils Bruin wrote: > Looks like a known problem: > > http://trac.sagemath.org/sage_trac/ticket/13054 > > The routine in question tries to find a better defining polynomial for > a given field. With > > R

[sage-devel] Re: pari error at evaluating polynomial

2013-01-30 Thread Nils Bruin
Looks like a known problem: http://trac.sagemath.org/sage_trac/ticket/13054 The routine in question tries to find a better defining polynomial for a given field. With R.=QQ['y'] poly=y^4 - 4294967296*y^2 + 54265257667816538374400 it executes: degree = poly.degree() pari_poly = pari(pol