I am trying to understand how to do the cross product of two four-dimensional vectors. From what I understood it's not possible, unless the vectors are of the form $\mathbb R^3 \times \{0\}$ or $\{0\} \times \mathbb R^3$.
So for example, if I have $u = (1, \frac12, 0, 0)$, $v = (0, 2, 1, 0)$, what is the cross product $w = u \times v$?