I have a matrix $A = xx^T - yy^T,$ where both $x$ and $y$ are linearly independent $n$-column vectors, $n\geq 2$. To find the eigenvalues, I reasoned this way:
Since $x$ and $y$ are linearly independent vectors (given), then $rank(A) = 2.$ So, we have two non-zero eigenvalues and $(n-2)$ eigenvalues, each with a value of zero.
Since both $x$ and $y$ are linearly independent, they form a basis for $V = span(x,y).$ Therefore,
$Ax = (x.x)x - (x.y)y$ and
$Ay = (x.y)y - (y.y)y$
The matrix $A$ relative to $V$ is:
$A = \begin{bmatrix}x.x&x.y\\-x.y&-y.y\end{bmatrix}.$
Now,
$Av =$ $\lambda$$v$
Therefore, $(A - \lambda I_{2})v = 0$, where $A$ has been restricted to a $2 \times 2$ matrix.
When we solve this, we get the $\lambda$'s.
Is this correct so far?
Thanks.