Home
Class 12
MATHS
If A = [(2,3),(1,2)], B = [(1,0),(3,1)],...

If `A = [(2,3),(1,2)], B = [(1,0),(3,1)]`, find AB and `(AB)^(-1)`

Text Solution

AI Generated Solution

The correct Answer is:
To solve the problem, we need to find the product of matrices A and B, denoted as AB, and then find the inverse of that product, denoted as (AB)^(-1). ### Step 1: Define the matrices A and B Given: \[ A = \begin{pmatrix} 2 & 3 \\ 1 & 2 \end{pmatrix}, \quad B = \begin{pmatrix} 1 & 0 \\ 3 & 1 \end{pmatrix} \] ### Step 2: Calculate the product AB To find the product of two matrices, we use the formula for matrix multiplication. The element at position (i, j) in the resulting matrix is obtained by taking the dot product of the i-th row of the first matrix and the j-th column of the second matrix. \[ AB = \begin{pmatrix} 2 & 3 \\ 1 & 2 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 3 & 1 \end{pmatrix} \] Calculating each element of the resulting matrix: - First row, first column: \[ 2 \cdot 1 + 3 \cdot 3 = 2 + 9 = 11 \] - First row, second column: \[ 2 \cdot 0 + 3 \cdot 1 = 0 + 3 = 3 \] - Second row, first column: \[ 1 \cdot 1 + 2 \cdot 3 = 1 + 6 = 7 \] - Second row, second column: \[ 1 \cdot 0 + 2 \cdot 1 = 0 + 2 = 2 \] Thus, the product AB is: \[ AB = \begin{pmatrix} 11 & 3 \\ 7 & 2 \end{pmatrix} \] ### Step 3: Find the determinant of AB The determinant of a 2x2 matrix \(\begin{pmatrix} a & b \\ c & d \end{pmatrix}\) is calculated as: \[ \text{det}(AB) = ad - bc \] For our matrix: \[ \text{det}(AB) = (11)(2) - (3)(7) = 22 - 21 = 1 \] ### Step 4: Find the adjoint of AB The adjoint of a 2x2 matrix \(\begin{pmatrix} a & b \\ c & d \end{pmatrix}\) is given by: \[ \text{adj}(AB) = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} \] Applying this to our matrix: \[ \text{adj}(AB) = \begin{pmatrix} 2 & -3 \\ -7 & 11 \end{pmatrix} \] ### Step 5: Calculate the inverse of AB The inverse of a matrix is given by: \[ (AB)^{-1} = \frac{\text{adj}(AB)}{\text{det}(AB)} \] Since \(\text{det}(AB) = 1\): \[ (AB)^{-1} = \text{adj}(AB) = \begin{pmatrix} 2 & -3 \\ -7 & 11 \end{pmatrix} \] ### Final Answer Thus, the final results are: \[ AB = \begin{pmatrix} 11 & 3 \\ 7 & 2 \end{pmatrix}, \quad (AB)^{-1} = \begin{pmatrix} 2 & -3 \\ -7 & 11 \end{pmatrix} \]
Promotional Banner

Topper's Solved these Questions

  • QUESTION BANK 2021

    NAVNEET PUBLICATION - MAHARASHTRA BOARD|Exercise TRIGONOMETRIC FUNCTIONS |44 Videos
  • QUESTION BANK 2021

    NAVNEET PUBLICATION - MAHARASHTRA BOARD|Exercise PAIRS OF LINES |21 Videos
  • QUESTION BANK 2021

    NAVNEET PUBLICATION - MAHARASHTRA BOARD|Exercise MATHEMATICAL LOGIC |32 Videos
  • PROBABILITY DISTRIBUTION

    NAVNEET PUBLICATION - MAHARASHTRA BOARD|Exercise MULTIPLE CHOICE QUESTIONS|9 Videos
  • THREE DIMENSIONAL GEOMETRY

    NAVNEET PUBLICATION - MAHARASHTRA BOARD|Exercise MULTIPLE CHOICE QUESTIONS|8 Videos

Similar Questions

Explore conceptually related problems

If A = [(0,1),(2,3),(1,-1)]and B = [(1,2,1),(2,1,0)] , then find (AB)^(-1)

If A=[(2,3),(1,2)], B = [(1,0),(3,1)] then what is determinant of AB

If A=[(1,-2,3),(-4,2,5)] and B=[(2,3),(4,5),(2,1)] , find AB and BA and show that AB!=BA

If A = [(-1),(2),(3)] and B = [(2,0,-4)] , then find AB .

If A = [ (1) , (2), (3)] and B = [ (3, 0, -2)] , find AB .

If A= [(3,1),(4,0)] and B=[(4,0),(2,5)] then verify that (AB)^(-1)= B^(-1) A^(-1)

If A = [(2,0,1),(-1,1,5)] and B = [(-1,1,0),(0,1,-2)] then find AB'

If A = [1,-2,3] B = [(2),(-3),(-1)] then AB is equal to

If A = [ ( 2,-1,1),(2,-3,5) ] , B = [(3,-3),(4,-1),(5,0)] , find AB.

NAVNEET PUBLICATION - MAHARASHTRA BOARD-QUESTION BANK 2021-MATRICES
  1. If A=[{:(1," 2",-1),(3,-2," 5"):}] , then R(1) harr R(2) and C(1) ra...

    Text Solution

    |

  2. Three chairs and two tables costs Rs. 1850. Five chairs and three tabl...

    Text Solution

    |

  3. v36.3

    Text Solution

    |

  4. Find the adjoint of matrix A = [(2,0,-1),(3,1,2),(-1,1,2)]

    Text Solution

    |

  5. Find the matrix X such that {:((1,2,3),(2,3,2),(1,2,2)):} X = {:((2,2...

    Text Solution

    |

  6. If A=[[sectheta, tantheta, 0], [tantheta, sectheta, 0], [0, 0, 1]], th...

    Text Solution

    |

  7. Transform [(1,2,4),(3,-1,5),(2,4,6)] into an upper triangular matrix b...

    Text Solution

    |

  8. If A = [(1,0,1),(0,2,3),(1,2,1)]and B = [(1,2,3),(1,1,5),(2,4,7)], the...

    Text Solution

    |

  9. Using elementary transformations, find the inverse of the matrix[2-3 ...

    Text Solution

    |

  10. The inverse of the matrix [(1,0,0),(3,3,0),(5,2,-1)] is

    Text Solution

    |

  11. Solve the following equations by the invers method : x + y + z = ...

    Text Solution

    |

  12. If three numbers are added , their sum is 2 . If two times the seco...

    Text Solution

    |

  13. Find the inverse of the matrix {:((1,0,1),(0,2,3),(1,2,1)):} by using...

    Text Solution

    |

  14. If A = [(x,0,0),(0,y,0),(0,0,z)] is a non-singular matrix, then find A...

    Text Solution

    |

  15. Find the inverse of A =[[costheta,-sintheta,0],[sintheta,costheta,0],[...

    Text Solution

    |

  16. If A = [(1,1),(1,2)], B = [(4,1),(3,1)], and C = [(24,7),(31,9)], then...

    Text Solution

    |

  17. If A = {:((1,-1,2),(3,0,-2),(1,0,3)):}, verify that A (adj A) = |A|* I...

    Text Solution

    |

  18. If A = [(2,3),(1,2)], B = [(1,0),(3,1)], find AB and (AB)^(-1)

    Text Solution

    |

  19. Solve the following system of equations by using matrix inversion meth...

    Text Solution

    |

  20. The cost of 4 dozen pencils, 3 dozen pens and 2 dozen erasers is Rs. ...

    Text Solution

    |