While trying to understand isogeny-based cryptography I stumbled over a passage in a paper by Galbraith. On p.4 he explains how to calculate the image points of an isogeny $\phi:E\to E^{\prime}$:
What about the other 4 points in $E^{\prime}(\mathbb{F}_7)$, such as (3, 0)? These are the image of points on $E$ over an extension of $\mathbb{F}_7$. Consider the point $Q = (1, \alpha)\in E(\mathbb{F}_{7^2})$ where $\alpha \in \mathbb{F}_{7^2}$ satisfies $\alpha^2 = 3$. One can check that $Q$ has order 4, $[2]Q = (0, 0)$, and $\phi(Q) = (3, 0)$.
I'm not sure what $\mathbb{F}_{7^2}$ looks like. If it is a Galois field over a polynomial, how would you translate the polynomials back into $x,y$ values for a point in $\mathbb{F}_{7}$?