http://stackoverflow.com/questions/29347686/sage-roots-on-the-root-field
sage: R.<x>=PolynomialRing(GF(9,'a')) sage: f=x^3+2*x+1 sage: K.<alpha>=f.root_field() sage: f.roots(ring=K) apparently returns an error but Magma can compute it... reply at the SO.com question, please. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
