"Let $u_1$, $u_2$ be to vectors in $\mathbb{R}^4$ $$u_1=(1,0,1,1) \text{ and } u_2=(1,1,0,3)$$
Provide a real vector which is orthogonal to both $u_1$ and $u_2$
So, I kind of guessed a vector $u_3=(1,-1,-1,0)$ which must be orthogonal to both since $$u_1 \cdot u_3 = 0 \text{ and } u_2 \cdot u_3=0$$
My question is, how should it be done if it can't immediately be guessed? In $\mathbb{R}^3$ one could just take the cross product of the two vectors, but that's not defined for any other vector spaces