I am searching for an implementation of generating Kakeya Sets in Finite fields as defined in Dvirs proof of the finite field kakeya conjecture. I search for an implementation, which gives me precisely the points of the Kakeya set $ K \subset \mathbb{F}^n_q$ as listed like the following: $ K = \{ (1,2),(0,2),\dots \}$
EDIT: so by $ K = \{ \dots \} $ I mean the points, lets call them $p$, for which the following holds: $ p \in K $
So and to answer Jean Marie's question. I will now construct a Kakeya Set for $\mathbb{F}^2_3$ this is by far easy and an amusement to build.
Ok, we know, there are $4$ directional vectors mainly because of the fact, that for the number of vectors, lets call them $n_v$, holds the following equation: $n_v = \frac{q^n-1}{q-1}$. Ok lets call the Set of vectors: $N_v$ and define them: $N_v = \{(0,1)^T,(1,0)^T,(1,1)^T,(1,2)^T\}$ Note, that we are in $\mathbb{F_3}$
Therefore (I assume, that you all know how to construct such simple example) the Kakeya Set $K \subset \mathbb{F}^n_q$ is (also now we will write down the points of this set and not explicit the lines (because I am interested in the points) as we would see the lattice of points as a "cartesian system" (I hope you know what I mean with this)) $K = \{(1,0),(2,0),(0,1),(1,1),(2,0),(2,1)\}$ which is only one possibility of a Kakeya Set.
So what I am now really interested in is an algorithm, which already exists (if not I have to implement one myself), so that I get the points of my generated Kakeya Set.
Thanks for your help and I hope you understand now even if my english is not the best.