My question pertains to the material in the book "The Algebraic Eigenvalue Problem" by J.H. Wilkinson. Section "Symmetric matrix of rank unity", pages 96-97.
The setup is as follows. We have a symmetric $n \times n$ matrix $A$ and $B = vv^T$ is a rank one projector. It is possible to show that there exists an orthogonal matrix $Q$ such that $$ Q^T(A + B)Q = \begin{bmatrix} \alpha & b^T \\ b & \text{diag}(\alpha_i) \\ \end{bmatrix} + \begin{bmatrix} \rho & O \\ O & O \\ \end{bmatrix}. \tag{1} $$ Here $\rho$ is a non-zero eigenvalue of $B$, $O$ denotes blocks of zeroes, $\alpha$ is a scalar and $\text{diag}(\alpha_i)$ is a diagonal submatrix.
The eigenvalue of $A$ denoted as $\lambda_i(A)$ and eigenvalue $\lambda_i(A+B)$ of $A+B$ are therefore those of $$ \begin{bmatrix} \alpha & b^T \\ b & \text{diag}(\alpha_i) \\ \end{bmatrix} \textrm{ and } \begin{bmatrix} \alpha + \rho & b^T \\ b & \text{diag}(\alpha_i) \\ \end{bmatrix}.\tag{2} $$
The claim is that $\lambda_i(A+B)$ satisfies the following relation: $$ \lambda_i(A+B) = \lambda_i(A) + m_i \rho, $$ where $0 \leq m_i \leq 1$ and $\sum m_i = 1.$
I don't understand where this $m_i$ comes from and why all $m_i \in [0,1]$ add up to 1? How does this follow from (1) and (2)?
In general, there is no analytic or closed formula for the eigenvalues of a matrix that is rank 1 perturbation of a given symmetric matrix, in terms of the eigenvalues the said given matrix.
– dezdichado Oct 24 '23 at 03:01