Home
Class 12
MATHS
The inverse of [(3,5,7),(2,-3,1),(1,1,2)...

The inverse of `[(3,5,7),(2,-3,1),(1,1,2)]` is :

A

`[(7,3,-26),(3,1,-11),(-5,-2,0)]`

B

`[(7,3,-26),(3,1,11),(-5,-2,1)]`

C

`[(3,1,11),(7,3,-26),(-5,2,1)]`

D

None of these

Text Solution

AI Generated Solution

The correct Answer is:
To find the inverse of the matrix \( A = \begin{pmatrix} 3 & 5 & 7 \\ 2 & -3 & 1 \\ 1 & 1 & 2 \end{pmatrix} \), we will follow these steps: ### Step 1: Calculate the Determinant of A The determinant of a \( 3 \times 3 \) matrix \( A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix} \) is given by: \[ \text{det}(A) = a(ei - fh) - b(di - fg) + c(dh - eg) \] For our matrix \( A \): - \( a = 3, b = 5, c = 7 \) - \( d = 2, e = -3, f = 1 \) - \( g = 1, h = 1, i = 2 \) Calculating the determinant: \[ \text{det}(A) = 3((-3)(2) - (1)(1)) - 5((2)(2) - (1)(1)) + 7((2)(1) - (-3)(1)) \] \[ = 3(-6 - 1) - 5(4 - 1) + 7(2 + 3) \] \[ = 3(-7) - 5(3) + 7(5) \] \[ = -21 - 15 + 35 = -1 \] ### Step 2: Check if the Inverse Exists Since the determinant \( \text{det}(A) = -1 \) is not equal to zero, the inverse of \( A \) exists. ### Step 3: Find the Cofactor Matrix The cofactor matrix \( C \) is calculated by finding the cofactors for each element of \( A \). 1. **Cofactor \( C_{11} \)**: \[ C_{11} = (-1)^{1+1} \cdot \text{det}\begin{pmatrix} -3 & 1 \\ 1 & 2 \end{pmatrix} = 1((-3)(2) - (1)(1)) = -6 - 1 = -7 \] 2. **Cofactor \( C_{12} \)**: \[ C_{12} = (-1)^{1+2} \cdot \text{det}\begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} = -1((2)(2) - (1)(1)) = -3 \] 3. **Cofactor \( C_{13} \)**: \[ C_{13} = (-1)^{1+3} \cdot \text{det}\begin{pmatrix} 2 & -3 \\ 1 & 1 \end{pmatrix} = 1((2)(1) - (-3)(1)) = 2 + 3 = 5 \] 4. **Cofactor \( C_{21} \)**: \[ C_{21} = (-1)^{2+1} \cdot \text{det}\begin{pmatrix} 5 & 7 \\ 1 & 2 \end{pmatrix} = -1((5)(2) - (7)(1)) = -3 \] 5. **Cofactor \( C_{22} \)**: \[ C_{22} = (-1)^{2+2} \cdot \text{det}\begin{pmatrix} 3 & 7 \\ 1 & 2 \end{pmatrix} = 1((3)(2) - (7)(1)) = -1 \] 6. **Cofactor \( C_{23} \)**: \[ C_{23} = (-1)^{2+3} \cdot \text{det}\begin{pmatrix} 3 & 5 \\ 1 & 1 \end{pmatrix} = -1((3)(1) - (5)(1)) = 2 \] 7. **Cofactor \( C_{31} \)**: \[ C_{31} = (-1)^{3+1} \cdot \text{det}\begin{pmatrix} 5 & 7 \\ -3 & 1 \end{pmatrix} = 1((5)(1) - (7)(-3)) = 5 + 21 = 26 \] 8. **Cofactor \( C_{32} \)**: \[ C_{32} = (-1)^{3+2} \cdot \text{det}\begin{pmatrix} 3 & 7 \\ 2 & 1 \end{pmatrix} = -1((3)(1) - (7)(2)) = -11 \] 9. **Cofactor \( C_{33} \)**: \[ C_{33} = (-1)^{3+3} \cdot \text{det}\begin{pmatrix} 3 & 5 \\ 2 & -3 \end{pmatrix} = 1((3)(-3) - (5)(2)) = -9 - 10 = -19 \] The cofactor matrix \( C \) is: \[ C = \begin{pmatrix} -7 & -3 & 5 \\ -3 & -1 & 2 \\ 26 & -11 & -19 \end{pmatrix} \] ### Step 4: Transpose the Cofactor Matrix to Get the Adjoint The adjoint of \( A \) is the transpose of the cofactor matrix: \[ \text{adj}(A) = C^T = \begin{pmatrix} -7 & -3 & 26 \\ -3 & -1 & -11 \\ 5 & 2 & -19 \end{pmatrix} \] ### Step 5: Calculate the Inverse of A Using the formula for the inverse: \[ A^{-1} = \frac{\text{adj}(A)}{\text{det}(A)} = -\text{adj}(A) \] Thus, \[ A^{-1} = -\begin{pmatrix} -7 & -3 & 26 \\ -3 & -1 & -11 \\ 5 & 2 & -19 \end{pmatrix} = \begin{pmatrix} 7 & 3 & -26 \\ 3 & 1 & 11 \\ -5 & -2 & 19 \end{pmatrix} \] ### Final Answer The inverse of the matrix \( A \) is: \[ A^{-1} = \begin{pmatrix} 7 & 3 & -26 \\ 3 & 1 & 11 \\ -5 & -2 & 19 \end{pmatrix} \]
Promotional Banner

Topper's Solved these Questions

  • MATRICES AND DETERMINANTS

    VMC MODULES ENGLISH|Exercise LEVEL 2|47 Videos
  • MATRICES AND DETERMINANTS

    VMC MODULES ENGLISH|Exercise Numerical ValueType for JEE Main|15 Videos
  • JEE MAIN REVISON TEST-23

    VMC MODULES ENGLISH|Exercise MATHEMATICS (SECTION 2)|5 Videos
  • MOCK TEST 1

    VMC MODULES ENGLISH|Exercise PART III : MATHEMATICS (SECTION-2)|10 Videos

Similar Questions

Explore conceptually related problems

Find the inverse of [(1, 2, 3),( 2, 3, 1),( 3, 1, 2)] .

Find the inverse of f={(1,2),(2,3),(3,2)}

Find the inverse of [(1, 2, 5),( 1,-1,-1),( 2 ,3,-1)]

Find the inverse of [(2, 0,-1),( 5, 1, 0),( 0, 1, 3)]

The inverse of the matrix [(2,3),(-4,7)] is (A) [(-2,-3),(4,-7)] (B) 1/26 [(7,-3),(4,2)] (C) [(7,4),(-3,2)] (D) [(7,-3),(4,2)]

Find the inverse of [(0, 0,-1), (3 ,4 ,5),(-2,-4,-7)]

Using elementry transformation, find the inverse of the matrix. [{:(,0,1,2),(,1,2,3),(,3,1,1,):}]

Find the inverse of Matrix A=[{:(1,3,-2),(-3,0,-5),(2,5,0):}] by using elementary row transformation.

Using elementary transformations, find the inverse of the matrices A=[(2,0,-1),(5,1,0),(0,1,3)]A^-1=?

VMC MODULES ENGLISH-MATRICES AND DETERMINANTS -JEE ADVANCED ARCHIVE
  1. The inverse of [(3,5,7),(2,-3,1),(1,1,2)] is :

    Text Solution

    |

  2. If A and B are square martrices of equal degree, then which one is co...

    Text Solution

    |

  3. If A=[(1,0,0),(0,1,1),(0,-2,4)],6A^-1=A^2+cA+dI, then (c,d)=

    Text Solution

    |

  4. about to only mathematics

    Text Solution

    |

  5. If A=[[alpha,0],[ 1, 1]] and B=[[1, 0],[ 5, 1]], find the values of al...

    Text Solution

    |

  6. Let P=[a(i j)] be a 3xx3 matrix and let Q=[b(i j)],w h e r eb(i j)=2^(...

    Text Solution

    |

  7. If A=|[alpha,2], [2,alpha]| and |A|^3=125 , then the value of alpha ...

    Text Solution

    |

  8. The number of distinct real roots of |(sinx, cosx, cosx),(cos x,sin x,...

    Text Solution

    |

  9. Let "f(x)"=|{:(1,x,x+1),(2x,x(x-1),(x+1)x),(3x(x-1),x(x-1)(x-2),(x+1)x...

    Text Solution

    |

  10. The parameter on which the value of the determinant |[1,a...

    Text Solution

    |

  11. The determinant |x p+y x y y p+z y z0x p+y y p+z|=0 if x ,y ,z

    Text Solution

    |

  12. Consider the set A of all matrices of order 3 xx 3 with entries 0 or 1...

    Text Solution

    |

  13. If A is a 3xx3 non-singular matrix such that A A' = A' A and B = A^(...

    Text Solution

    |

  14. If P is a 3xx3 matrix such that P^(T) = 2 P + I , where P^(T) is the...

    Text Solution

    |

  15. Let omega!=1 be cube root of unity and S be the set of all non-singula...

    Text Solution

    |

  16. Let M and N be two 3xx3 nonsingular skew-symmetric matrices such that ...

    Text Solution

    |

  17. The number of 3xx3 matrices A whose entries are either 0or1 and for wh...

    Text Solution

    |

  18. Given , 2x-y+2z=2, x-2y+z=-4, x+y+lambdaz=4, then the value of lam...

    Text Solution

    |

  19. The number of values of k for which the system of the equations (k+1)x...

    Text Solution

    |

  20. If the system of equations x-k y-z=0, k x-y-z=0,x+y-z=0 has a nonzero ...

    Text Solution

    |

  21. Consider the system of equations x-2y+3z=-1 -x+y-2z=k x-3y+4z=1 ...

    Text Solution

    |