To solve this problem, we will use the property of idempotent matrices and the given matrix multiplication equations.
We are given two equations:
AB=B
BA=A
Step 1: Simplify A2
Let's express A2 using the given condition A=BA:
A2=A⋅A
Substitute A=BA into the second part of the expression:
A2=A⋅(BA)
Using the associative property of matrix multiplication, we can regroup the terms:
A2=(AB)⋅A
Now, substitute the first given condition AB=B into the expression:
A2=B⋅A
Since we know from the problem that BA=A, we get:
A2=A
(Note: This means A is an idempotent matrix.)
Step 2: Simplify B2
Similarly, let's express B2 using the given condition B=AB:
B2=B⋅B
Substitute B=AB into the first part of the expression:
B2=(AB)⋅B
Using the associative property of matrix multiplication, regroup the terms:
B2=A⋅(BB)
Alternatively, substituting B=AB into the second part gives:
B2=B⋅(AB)=(BA)⋅B
Substitute the condition BA=A into this equation:
B2=A⋅B
Since we know from the problem that AB=B, we get:
B2=B
(Note: This means B is also an idempotent matrix.)
Step 3: Calculate A2+B2
Now, add the simplified values of A2 and B2 together:
A2+B2=A+B
Correct Answer:
(b) A+B