What is the best way to find eigenvalues and eigenvectors of the following matrix
\begin{bmatrix} -a\mathbf{I}& \mathbf{D}\\ \mathbf{I}& \mathbf{0}\end{bmatrix}
where $\mathbf{I}$ is of size $n \times n$, $\mathbf{D}$ is a diagonal matrix of size $n \times n$ and $a$ is a scalar?
Also, is there a name for this type of block matrix?
\begin{equation}\begin{bmatrix} -a\mathbf{I}& \mathbf{D}\\ \mathbf{I}& \mathbf{0}\end{bmatrix} \begin{bmatrix}\boldsymbol{v}_1 \\ \boldsymbol{v}_2\end{bmatrix}=\lambda\begin{bmatrix}\boldsymbol{v}_1 \\ \boldsymbol{v}_2\end{bmatrix} \end{equation} Where $\boldsymbol{v}_1$ and $\boldsymbol{v}_2$ are $n$ dimensional vectors. It follows: $-a v_1+D v_2 =\lambda v_1$ and $I v_1=\lambda v_2$. From the last equation, you can get directly two values for $\lambda$ and respectively one corresponding easy relations for $v_1$ and $v_2$