I was trying to construct the following example in a paper using GAP and is having trouble, any insight would be helpful.
Example. Let GF(13^4) be as usual the Galois field of 13^4 elements. Let V be the additive group of GF(13^4) and N a subgroup of the multiplicative group of GF(13^4). Then N acts on V naturally and the extension V : N is a Frobenius group with kernel V. Suppose that N is of order 35, and let a be an involution of the Galois group of GF(13^4). Now N = (x) * (y) and x^a = x^(-1) and y^a = y, where x is of order 5 and y is of order 7. Of course (a) also acts on V in the usual way. Let W be a cyclic subgroup of order 29; then N: (a) acts on W in the following way: w^x = w, w^a = w^(-1), and w^y = w^(16), where (w) = W. Finally we set G = (V x W): (N: (a)).
Since you have the action already described mostly by generators, it probably is easiest to construct the group from generators and relations, instead of doing an iterated semidirect product construction. For this we need to know how $N$ and $a$ act on a basis of $GF(13^4)$. So lets get your elements $x$, $y$ and $a$:
Next we describe the images of basis elements of the field:
With this (and the relations you give) we can write down a presentation: This is easiest done as string, the baclkslash tells GAP that the string will continue in the next line:
We could verify that the group has the desired order (though that takes a bit of time and thus we skip it here). Finally, as the presentation is very inefficient to work with, we use the Solvable Quotient algorithm to represent the group as a PCGroup. (You can use this epimorphism to find the elements corresponding to the structure):