Question
Mathematics Question on Matrices
If A and B are two square matrices such that AB = A and BA = B , then
A
A and B are idempotent
B
only A is idempotent
C
only B is idempotent
D
None of the above
Answer
A and B are idempotent
Explanation
Solution
Since, AB=A...(i)
⇒(AB)A=A⋅A=A2
⇒A(BA)=A2
[By associativity of matrix multiplication]
⇒AB=A2[∵BA=B]
⇒A=A2[From E(i)]
Since, BA=B...(ii)
⇒(BA)B=B⋅B=B2
B(AB)=B2
(By associativity of matrix multiplication]
⇒BA=B2[∵AB=A]
⇒B=B2 [From E (ii)]
Thus, AA is equal to A and BB is equal to B.
Hence, A and B are idempotent.