| 1 | initial version |
Just use .change_ring() method:
p = 7
R.<x> = GF(p)[]
f = x^2 + x + 1
g = f.change_ring(GF(p^3))
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.