What is the determinant of the following Householder matrix
$$ I - 2\hat{x}\hat{x}^\top $$
where $\hat{x}$ is a normalized vector, i.e., $\|\hat{x}\| = 1$?
I have been told this is always $-1$ somehow but can't find proof of it anywhere.
What is the determinant of the following Householder matrix
$$ I - 2\hat{x}\hat{x}^\top $$
where $\hat{x}$ is a normalized vector, i.e., $\|\hat{x}\| = 1$?
I have been told this is always $-1$ somehow but can't find proof of it anywhere.
The eigenvalues of the matrix $\hat{x} \hat{x}^T $ are $(n-1)$ zeros and one eigenvalue of $1$. Therefore, the eigenvalues of $(I - 2 \hat{x} \hat{x}^T) $ are $(n-1)$ $1's$ and one eigenvalue of $(-1)$. Since the determinant is equal to the product of the eigenvalues, then the determinant will be $(-1)$.