edited by
451 views
5 5 votes

If $\mathrm{B}$ has eigenvalues $1, 2, 3, \mathrm{C}$ has eigenvalues $4, 5, 6$, and $\mathrm{D}$ has eigenvalues $7, 8, 9,$ what are the eigenvalues of the $6 \times 6$ matrix $\mathrm{A}=\left[\begin{array}{cc}
\mathrm{B} & \mathrm{C} \\
0 & \mathrm{D}
\end{array}\right]$ ?

  1. $1,2,3,4,5,6$
     
  2. $4,5,6,7,8,9$
     
  3. $1,2,3,7,8,9$
     
  4. $1,2,3,4,5,6,7,8,9$

3 Answers

2 2 votes
Let, $A=\begin{bmatrix}B & C\\ 0 & D\end{bmatrix}$
 

where $B,C,D$ are $3\times 3$ matrices. The eigenvalues of $A$ are the roots of its characteristic polynomial

$p_A(\lambda)=\det(\lambda I_6-A)$.
 

Now,

$\lambda I_6-A=
\begin{bmatrix}
\lambda I_3-B & -C\\
0 & \lambda I_3-D
\end{bmatrix}$

This is a block upper triangular matrix, so its determinant is the product of the determinants of the diagonal blocks:

$p_A(\lambda)=\det(\lambda I_3-B)\,\det(\lambda I_3-D)$
 

Therefore the roots of $p_A(\lambda)$ are exactly the roots of

$\det(\lambda I_3-B)=0$ $\quad$ and $\quad$ $\det(\lambda I_3-D)=0$.

So the eigenvalues of $A$ are the eigenvalues of $B$ together with the eigenvalues of $D$.
 

Given eigenvalues of $B$ are $1,2,3$ and eigenvalues of $D$ are $7,8,9$, the eigenvalues of $A$ are $\boxed{1,2,3,7,8,9}$.
0 0 votes
  • As eigen values of Block Upper Triangular matrix are eigen values of diagonal submatrices. In this case those sub matrices are B & D.
  • So, the eigen values of A would be 1,2,3,7,8,9 hence option 'C' would be the right answer.
Answer:
Position:
Show:

Related questions

5 5 votes
3 3 answers
465
465 views
GO Classes asked Mar 14
465 views
Consider a non-homogeneous system of linear equations representing mathematically an over determined system. Such a system will beconsistent having a unique solution cons...
6 6 votes
5 5 answers
415
415 views
GO Classes asked Mar 14
415 views
The matrix $A=\left[\begin{array}{ccc}-4 & -3 & -3 \\ 1 & 0 & 1 \\ 4 & 4 & x\end{array}\right]$ is its own adjoint. The value of $x$ will be$5$  $3$  $-3$  $-5$
10 10 votes
5 5 answers
449
449 views
11 11 votes
4 4 answers
538
538 views