This is already implemented in the sage i'm running (4.7.2.alpha2) sage: P.<x> = GF(2^10,'z')[] sage: p = P.random_element() sage: q = P.random_element() sage: p.inverse_mod(q) (z^7 + z^6 + z^5 + z^4 + z^3 + z^2 + z)*x + z^2 + z
-- 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