Tuesday, January 5, 2016

linear algebra - To prove there are no Matrices A and B such that ABBA=kI

Prove that there are no Matrices A and B such that ABBA=kI where k0




Now since the products AB and BA are both defined and a subtraction exists between them so obviously both are square matrices of same order.



Actually i have proved this by considering generic 2×2 matrices.



Letting A=[abcd]



Letting B=[pqrs]



Now ABBA=[brqcq(ad)+b(sp)c(ps)+r(da)cqbr]=[ko0k]





brqc=k

and



brqc=k



which is not valid unless k=0




is there a formal proof?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...