First time here? Check out the FAQ!
answered 2019-09-13 18:31:47 +0100
You have to define a = k.gen().
a = k.gen()
The shorthand notation to define both k and a is k.<a> = GF(9).
k
a
k.<a> = GF(9)