First time here? Check out the FAQ!
answered 2021-01-20 13:38:07 +0100
Using the more standard indexing:
sage: F.<x> = GF(3^5, impl='givaro') sage: F.fetch_int(4) x + 1 sage: (x+1).integer_representation() 4