First time here? Check out the FAQ!
answered 5 years ago
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)