

InterviewSolution
Saved Bookmarks
1. |
If AB=A and BA=Bm then which of the following is/are true ?A. A is idempotentB. B is idempotentC. `A^T` is idempotentD. none of these |
Answer» Correct Answer - A::B::C Given, `AB=A, BA=B` `implies BxxAB=BxxA` or `(BA)B=B` or `B^(2)=B` Also, `AxxBA=AB` `implies (AB)A=A` `implies A^(2)=A` Now `(A^(T))^(2)=(A^(T)xxA^(T))=(AxxA)^(T)=(A^(2))^(T)=A^(T)` Similarly, `(B^(T))^(2)=B^(T)` Hence, `A^(T)` and `B^(T)` are idempotent. |
|