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} \]
Doubtnut Promotions Banner Mobile Dark
|

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

Knowledge Check

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

    A
    `[(2),(-3),(-1)]`
    B
    `[(2),(6),(-3)]`
    C
    [2,6-3]
    D
    none of these
  • Similar Questions

    Explore conceptually related problems

    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=[(2,1),(1,3)],B=[(3,2,0),(1,0,4)] , then AB=…………..

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