We want to find a non-zero vector $\mathbf{y}$ such that $\mathbf{x} \cdot \mathbf{y} = 0$. Recall that the dot product of two vectors is given by:
$$\mathbf{x} \cdot \mathbf{y} = \sum_{i=1}^k x_i y_i$$
If $\mathbf{x} = (x_1, x_2, \dots, x_k)$, we can try to
Show more…