Does anyone know any way to find the cross product of two vectors in more than three dimensions?
You can generalize the cross product to higher dimensions, but either it is not binary (you have to give it more than two vectors to get one out) or it is not vector-valued (returning instead some tensor). Except in dimension 7. In that case a binary, vector-valued cross product exists.