I'd like to get a rough estimation of eigenvalues of a structured matrix $A$, which is the sum of a symmetric and anti-symmetric (or skew-symmetric) matrix, i.e., $A = M + N$ where $M = M^T$ and $N = - N^T$.
In particular, I'm interested in the case where M is block-diagonal in the sense that $M = \begin{bmatrix} M_1 & \\ &M_2\end{bmatrix}$ and $N = \begin{bmatrix} & N_1 \\ -N_1& \end{bmatrix}$. Further, I assume $M_1, M_2$ are symmetric positive-definite with the smallest eigenvalues $\mu_1, \mu_2$ respectively and $N_1$ has the largest eigenvalue $L$ (One example is $A = \begin{bmatrix} 2 & 5 \\ -5 & 6\end{bmatrix}$). In this case, it is known that all eigenvalues $\lambda_i$ can be written as the form of $\lambda_i = a_i + b_i j$, but what's the range of $a_i$ and $b_i$?
My guess: $a_i >= min\{\mu_1, \mu_2\}$ and $-L <= b_i <= L$. If so, is the lower-bound of $a_i$ sharp?