I tried to define an elliptic curve over $GF(9)$ in Sage, and some term $z2$ appeared, see below (click on the image if the font is too small):
I know that it has something to do with the definition of $GF(9)$ - probably it describes how it works as a $GF(3)$-space.
However, I do not know how to access the necessary information about $z2$ (computing its minimal polynomial does not work as well). Could you please explain me what $z2$ is? Thank you!

You can specify the name for the root of an irreducible polynomial to be used in construction of $GF(9)$, e.g.:
You can also get the polynomial used:
And then