Home
Class 10
MATHS
If A=[{:(,1,2),(,2,1):}] and B=[{:(,2,1)...

If `A=[{:(,1,2),(,2,1):}] and B=[{:(,2,1),(,1,2):}]` find :
(i) A(BA) (ii) (AB) B.

Text Solution

AI Generated Solution

The correct Answer is:
To solve the problem, we need to find the following: 1. \( A(BA) \) 2. \( (AB)B \) Given matrices: \[ A = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix} \] \[ B = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} \] ### Step 1: Calculate \( BA \) To find \( BA \), we multiply matrix \( B \) by matrix \( A \): \[ BA = B \cdot A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} \cdot \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix} \] Calculating the elements of \( BA \): - First row, first column: \( 2 \cdot 1 + 1 \cdot 2 = 2 + 2 = 4 \) - First row, second column: \( 2 \cdot 2 + 1 \cdot 1 = 4 + 1 = 5 \) - Second row, first column: \( 1 \cdot 1 + 2 \cdot 2 = 1 + 4 = 5 \) - Second row, second column: \( 1 \cdot 2 + 2 \cdot 1 = 2 + 2 = 4 \) Thus, \[ BA = \begin{pmatrix} 4 & 5 \\ 5 & 4 \end{pmatrix} \] ### Step 2: Calculate \( A(BA) \) Now we need to calculate \( A(BA) \): \[ A(BA) = A \cdot (BA) = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix} \cdot \begin{pmatrix} 4 & 5 \\ 5 & 4 \end{pmatrix} \] Calculating the elements of \( A(BA) \): - First row, first column: \( 1 \cdot 4 + 2 \cdot 5 = 4 + 10 = 14 \) - First row, second column: \( 1 \cdot 5 + 2 \cdot 4 = 5 + 8 = 13 \) - Second row, first column: \( 2 \cdot 4 + 1 \cdot 5 = 8 + 5 = 13 \) - Second row, second column: \( 2 \cdot 5 + 1 \cdot 4 = 10 + 4 = 14 \) Thus, \[ A(BA) = \begin{pmatrix} 14 & 13 \\ 13 & 14 \end{pmatrix} \] ### Step 3: Calculate \( AB \) Next, we calculate \( AB \): \[ AB = A \cdot B = \begin{pmatrix} 1 & 2 \\ 2 & 1 \end{pmatrix} \cdot \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} \] Calculating the elements of \( AB \): - First row, first column: \( 1 \cdot 2 + 2 \cdot 1 = 2 + 2 = 4 \) - First row, second column: \( 1 \cdot 1 + 2 \cdot 2 = 1 + 4 = 5 \) - Second row, first column: \( 2 \cdot 2 + 1 \cdot 1 = 4 + 1 = 5 \) - Second row, second column: \( 2 \cdot 1 + 1 \cdot 2 = 2 + 2 = 4 \) Thus, \[ AB = \begin{pmatrix} 4 & 5 \\ 5 & 4 \end{pmatrix} \] ### Step 4: Calculate \( (AB)B \) Now we need to calculate \( (AB)B \): \[ (AB)B = (AB) \cdot B = \begin{pmatrix} 4 & 5 \\ 5 & 4 \end{pmatrix} \cdot \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} \] Calculating the elements of \( (AB)B \): - First row, first column: \( 4 \cdot 2 + 5 \cdot 1 = 8 + 5 = 13 \) - First row, second column: \( 4 \cdot 1 + 5 \cdot 2 = 4 + 10 = 14 \) - Second row, first column: \( 5 \cdot 2 + 4 \cdot 1 = 10 + 4 = 14 \) - Second row, second column: \( 5 \cdot 1 + 4 \cdot 2 = 5 + 8 = 13 \) Thus, \[ (AB)B = \begin{pmatrix} 13 & 14 \\ 14 & 13 \end{pmatrix} \] ### Final Results 1. \( A(BA) = \begin{pmatrix} 14 & 13 \\ 13 & 14 \end{pmatrix} \) 2. \( (AB)B = \begin{pmatrix} 13 & 14 \\ 14 & 13 \end{pmatrix} \)
Promotional Banner

Topper's Solved these Questions

  • MATRICES

    ICSE|Exercise Exercise 9C|38 Videos
  • MATHEMATICS-2020

    ICSE|Exercise SECTION-B|17 Videos
  • MEASURES OF CENTRAL TENDENCY (MEAN, MEDIAN, QUARTILES AND MODE)

    ICSE|Exercise EXERCISE 24 (E)|23 Videos

Similar Questions

Explore conceptually related problems

If A=[{:(,3,2),(,0,5):}] and B=[{:(,1,0),(,1,2):}] , find : (i) (A+B) (A-B) (ii) A^2-B^2 (iii) Is (A+B) (A-B) =A^2-B^2?

If A=[{:(,-2,3),(,4,1):}] and B=[{:(,1,2),(,3,5):}] , find (i) AB (ii) BA (iii) Is AB=BA? (iv) Write the conclusion that you draw from the result obtained above in (iii).

If A=[{:(,1,3),(,2,4):}], B=[{:(,1,2),(,4,3):}] and C=[{:(,4,3),(,1,2):}] . Find (i) (AB) C (ii) A (BC) Is A(BC)=(AB) C?

if A=[{:(3,-2),(7,1):}]and B=[{:(2,3),(-1,4):}], then find (i) A+B (ii) A-2B

Given A=[{:(,4,1),(,2,3):}] and B=[{:(,1,0),(,-2,01):}] , Find (i) A-B (ii) A^2 (iii) AB (iv) A^2-AB+2B

If A=[{:(2,1,2),(1,2,4):}] and B=[{:(4,1),(2,3),(1,2):}] Find AB and BA ( if it exist)

Let A=[{:(,1,0),(,2,1):}], B=[{:(,2,3),(,-1,0):}] . Find A^2+AB+B^2

if A'=[{:(3,4),(-1,2),(0,1):}]and B=[{:(-1,2,1),(1,2,3):}], then verify that (i) (A+B)'=A'+B'(ii) (A-B)'=A'-B'

If A=[{:(,2,1),(,0,0):}], B=[{:(,2,3),(,4,1):}] and C=[{:(,1,4),(,0,2):}] then show that (i) A(B+C)=AB+AC (ii) (B-A)C=BC-AC .

if A=[{:(4,0,-3),(1,2,0):}]and B=[{:(2,1),(1,-2),(3,4):}]' then find AB and BA.

ICSE-MATRICES-Exercise 9D
  1. If A=[{:(,0,-1),(,4,-3):}], B=[{:(,-5),(,6):}] and 3A xx M=2B, find ma...

    Text Solution

    |

  2. If [{:(,a,3),(,4,1):}]+[{:(,2,b),(,1,-2):}]-[{:(,1,1),(,-2,c):}] =[{:(...

    Text Solution

    |

  3. If A=[{:(,1,2),(,2,1):}] and B=[{:(,2,1),(,1,2):}] find : (i) A(BA) ...

    Text Solution

    |

  4. Find x and y, if : [{:(,x,3x),(,y,4y):}] [{:(,2),(,1):}]=[{:(,5),(,12)...

    Text Solution

    |

  5. If matrix X=[{:(,-3,4),(,2,-3):}] [{:(,2),(,-2):}] and 2X-3Y=[{:(,10),...

    Text Solution

    |

  6. Given A=[{:(,2,-1),(,2,0):}], B=[{:(,-3,2),(,4,0):}] and C=[{:(,1,0),(...

    Text Solution

    |

  7. Find the value of x, given that: A^2=B, A=[{:(,2,12),(,0,1):}] and...

    Text Solution

    |

  8. If A=[{:(,2,5),(,1,3):}], B=[{:(,4,-2),(,-1,3):}] and I is the identif...

    Text Solution

    |

  9. Given A=[{:(,2,-6),(,2,0):}], B=[{:(,-3,2),(,4,0):}] and C=[{:(,4,0),(...

    Text Solution

    |

  10. Let A=[{:(,4,-2),(,6,-3):}], B=[{:(,0,2),(,1,-1):}] and C=[{:(,-2,3),(...

    Text Solution

    |

  11. Let A=[{:(,1,0),(,2,1):}], B=[{:(,2,3),(,-1,0):}]. Find A^2+AB+B^2

    Text Solution

    |

  12. If A=[{:(,3,a),(,-4,8):}], B=[{:(,c,4),(,-3,0):}] , C=[{:(,-1,4),(,3,b...

    Text Solution

    |

  13. Given A=[{:(,p,0),(,0,2):}], B=[{:(,0,-q),(,1,0):}], C=[{:(,2,-2),(,2,...

    Text Solution

    |

  14. Given A=[{:(,3,-2),(,-1,4):}], B=[{:(,6),(,1):}], C=[{:(,-4),(,-5):}] ...

    Text Solution

    |

  15. Evaluate : [{:(,4 sin 30^@ 2 cos 60^@), (,sin 90^@ 2 cos 0^@):}] ...

    Text Solution

    |

  16. If A=[{:(,3,1),(,-1,2):}] and I=[{:(,1,0),(,0,1):}],find A^2-5A+7I.

    Text Solution

    |

  17. Given A=[{:(,2,0),(,-1,7):}] and I=[{:(,1,0),(,0,1):}] and A^2 =9A+mI....

    Text Solution

    |

  18. Given matrix A=[{:(,4sin30^@ cos 0^@),(,cos 0^@ 4 sin 30^@):}] and B=...

    Text Solution

    |

  19. If A=[{:(,1,3),(,3,4):}], B=[{:(,-2,1),(,-3,2):}] and A^2-5B^2=5C. fin...

    Text Solution

    |

  20. Given matrix B=[{:(,1,1),(,8,3):}]. Find the matrix X if, X=B^2-4B. He...

    Text Solution

    |