Hello,

> In sage 7.2 and 7.3, the sequence of commands below produces an error in
> sage. A It looks like it is calling pari for the computation. A Doing the
> analogous commands directly in pari works, so the error is in sage dealing
> with the pari output (assuming some integer has to be small).
> John Jones
>
> p=13189065031705623239
>
> Fq = FiniteField(p ** 3, "a")A 
>
> Fq_X = PolynomialRing(Fq, "x")
>
> pol=Fq_X("x^9 + 13189065031705622723*x^7 + 13189065031705622723*x^6 +
> 9288*x^5 + 18576*x^4 + 13189065031705590731*x^3 + 13189065031705497851*x^2
> + 13189065031705497851*x + 13189065031705581443")
>
> pol.roots()

This is now https://trac.sagemath.org/ticket/21186; I found a solution
and will upload a patch soon.

Peter

-- 
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...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to