On Sep 13, 9:11 am, vasu <tewari.v...@gmail.com> wrote:
> Hi all
> I am trying to run a particular piece of code and it gives an error
> saying there is a bug in Pari/gp. It turns out that the bug is not
> present in previous versions of Pari like 2.3.4 (on Windows at least).
> And if I understand correctly that Sage ships with the newest install
> of Pari. Is there any way to use the latest Sage version with an old
> version of Pari?? Any input is appreciated.
>
> For those interested, what follows is the code along with the error
> message.
>
> t=gp.thueinit(x^3+21*x^2-2*x-25,1);
> m=gp.thue(t,1)

Hi Vasu,

Which version of Sage are you running? Which plattform? How have you
installed it?

I cannot reproduce your error in Sage 4.7.1

sage: t=gp.thueinit(x^3+21*x^2-2*x-25,1);
sage: m=gp.thue(t,1)
sage: m
[[1, 0]]

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to