Block matrix transformation of specific form

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
SNicolas
Messages
2
Reaction score
0
Hi everyone,

I am trying to solve the following problem. Is there exist a transformation matrix T, different then the block diagonal, with all blocks the same, such that the form of the matrix A=[A1 A2 ; I 0], is preserved? All blocks of A are in R^{nxn}, I is identity and 0 is zero matrix. In other words, is there exist matrix T (again, not block diagonal with all blocks the same) such that T^{-1}*A*T=B, where B=[B1 B2 ; I 0]?
By intuition, such matrix T does not exist, but I do not know how this can be shown.
If anyone has an idea about this please help. Thank you in advance.

Nicolas
 
Last edited:
Physics news on Phys.org
So T should be like [t t; t t]?
For the lower blocks of B, this would give the equations 1*t + 0*t = 1 and 1*t + 0*t = 0 => contradiction
 
Thanks for your reply.

Since I am looking for the existence of T, in general it could be
T=[T11 T12 ; T21 T22]. I know that T=[T 0; 0 T] holds, but I want to show that this is the only case. For example T=[T11 0 ; 0 T22] cannot hold, neither the example that you proposed.