Relationship between eigenvalues of 2x2 matrices within a 4x4 matrix

brushman
Messages
112
Reaction score
1

Homework Statement


Consider a 4 x 4 matrix A =
B C
0 D
where B, C, and D are 2 x 2 matrices. What is the relationship between the eigenvalues of A, B, C, and D?

The Attempt at a Solution


I suppose you can write A as:
b1 b2 c1 c2
b3 b4 c3 c4
0 0 d1 d2
0 0 d3 d4

and then find the eigenvalues of all of them in terms of those variables, but that seems like a lot of work that might not pay off.

I know the characteristic equation for a 2x2 can be written (as follows) but I don't know what to do with it.

λ^2 - trB λ + det BThanks.
 
Physics news on Phys.org
consider an eigenvector of B, u1 = (b1,b2)

now let's extend that vector to be u1' = (b1,b2,0,0). How does the extended vector act on A?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top