edited by
432 views
0 votes
0 votes
If Matrix A and B are of same size and AB=B and BA=A. Then the value of $(A+B)^{5}$ is _____________?
edited by

1 Answer

2 votes
2 votes

Given: AB=B and BA=A

lets break the question as :

(A+B)5 = (A+B)2 * (A+B)2 * (A+B)

            =(A2+B2+AB+BA)(A2+B2+AB+BA)(A+B)...........@1

-------------------------------------------------------------------------------------------------

(Since (A+B)2= (A2+AB+BA+B2) = (A*A + AB+BA+B*A)

                      =(A*BA+AB+BA+B*AB) = ((A*B)A+AB+BA+(B*A)B)

                      =(BA+AB+BA+AB) = 2(A+B)...............@2

-------------------------------------------------------------------------------------------------

Puting value of equation @2 in @1 we get :->

                      =2(A+B)*2(A+B)*(A+B) = 4(A+B)2*(A+B) = 8(A+B)(A+B)

                      =16(A+B) answer

Related questions

1 votes
1 votes
0 answers
1
Akash Mittal asked Dec 27, 2017
2,177 views
Let A be a 4 × 4 matrix with real entries such that -1, 1, 2, -2 are its eigen values. If B = A4 - 5A2 + 5I where I denotes 4 × 4 identity matrix, then which of the fol...
2 votes
2 votes
0 answers
2
Akash Mittal asked Dec 25, 2017
250 views
0 votes
0 votes
0 answers
3
0 votes
0 votes
1 answer
4
amitqy asked Aug 20, 2018
302 views
What do you suggest to do about big matrix multiplications questions in dynamic programming,because they take long time to get solved.Should we solve those questions in g...