If $B$ has eigenvalues $1, 2, 3$ and $C$ has eigenvalues $4, 5, 6$, and $D$ has eigenvalues $1, 8, 9$, what are the eigenvalues of the $6 x 6$ matrix
$$A = \begin{bmatrix} B & C \\ 0 & D \end{bmatrix}$$
$'0'$ means zero $3 x 3$ matrix
So far I am only able to figure out that the trace of matrix $A$ is $30$ by adding eigen values of $B$ and $C$. Stuck after that can't use the determinant property as we don't know the other values of matrix $A$.