First time here? Check out the FAQ!
answered 2023-02-02 15:43:34 +0100
Just use .change_ring() method:
.change_ring()
p = 7 R.<x> = GF(p)[] f = x^2 + x + 1 g = f.change_ring(GF(p^3))