Let $A = I - xx^T$, where $x \in \mathbb{R}^n$ and $I$ is the identity matrix of $\mathbb{R}^n$
We know that $A$ is a real symmetric matrix, therefore there exists an eigenvalue decomposition of $A$ such that
$$A = Q^T\Lambda Q$$
Is it possible to find $Q$, $\Lambda$?
$I - xx^T = Q^TQ - xQ^TQx^T = Q^TQ - (Q^Tx)^T(x^TQ)^T...$