All Exams Test series for 1 year @ ₹349 only
Question

The inverse of the matrix A = \(\left( {\begin{array}{} 1&1&3\\ 1&3&{ - 3}\\ { - 2}&{ - 4}&{ - 4} \end{array}} \right)\) is:

The correct answer is

\(\left( {\begin{array}{} 3&1&{1.5}\\ { - 1.25}&{ - 0.25}&{ - 0.75}\\ { - 0.25}&{-0.25}&{ - 0.25} \end{array}} \right)\)

Matrix Inverse Calculation Explained

To find the inverse of a matrix A, denoted as \(A^{-1}\), we use the formula:

\[A^{-1} = \frac{1}{\det(A)} \text{adj}(A)\]

Where:

  • \(\det(A)\) is the determinant of matrix A.
  • \(\text{adj}(A)\) is the adjoint of matrix A, which is the transpose of the cofactor matrix.

Determinant of Matrix A

First, let's calculate the determinant of the given matrix A:

\[A = \left( {\begin{array}{} 1&1&3\\ 1&3&{ - 3}\\ { - 2}&{ - 4}&{ - 4} \end{array}} \right)\]

The determinant \(\det(A)\) is calculated as:

\[\det(A) = 1 \cdot \det\left( {\begin{array}{} 3&{ - 3}\\ { - 4}&{ - 4} \end{array}} \right) - 1 \cdot \det\left( {\begin{array}{} 1&{ - 3}\\ { - 2}&{ - 4} \end{array}} \right) + 3 \cdot \det\left( {\begin{array}{} 1&3\\ { - 2}&{ - 4} \end{array}} \right)\]

\[\det(A) = 1 \cdot ((3)(-4) - (-3)(-4)) - 1 \cdot ((1)(-4) - (-3)(-2)) + 3 \cdot ((1)(-4) - (3)(-2))\]

\[\det(A) = 1 \cdot (-12 - 12) - 1 \cdot (-4 - 6) + 3 \cdot (-4 - (-6))\]

\[\det(A) = 1 \cdot (-24) - 1 \cdot (-10) + 3 \cdot (-4 + 6)\]

\[\det(A) = -24 + 10 + 3 \cdot (2)\]

\[\det(A) = -24 + 10 + 6\]

\[\det(A) = -24 + 16\]

\[\det(A) = -8\]

Cofactor Matrix of A

Next, we find the cofactor matrix. The cofactor \(C_{ij}\) for each element \(a_{ij}\) is given by \(C_{ij} = (-1)^{i+j} M_{ij}\), where \(M_{ij}\) is the minor determinant obtained by removing the \(i\)-th row and \(j\)-th column.

  • \(C_{11} = (-1)^{1+1} \det\left( {\begin{array}{} 3&{ - 3}\\ { - 4}&{ - 4} \end{array}} \right) = 1 \cdot (-12 - 12) = -24\)
  • \(C_{12} = (-1)^{1+2} \det\left( {\begin{array}{} 1&{ - 3}\\ { - 2}&{ - 4} \end{array}} \right) = -1 \cdot (-4 - 6) = -1 \cdot (-10) = 10\)
  • \(C_{13} = (-1)^{1+3} \det\left( {\begin{array}{} 1&3\\ { - 2}&{ - 4} \end{array}} \right) = 1 \cdot (-4 - (-6)) = 1 \cdot (-4 + 6) = 2\)
  • \(C_{21} = (-1)^{2+1} \det\left( {\begin{array}{} 1&3\\ { - 4}&{ - 4} \end{array}} \right) = -1 \cdot (-4 - (-12)) = -1 \cdot (-4 + 12) = -1 \cdot (8) = -8\)
  • \(C_{22} = (-1)^{2+2} \det\left( {\begin{array}{} 1&3\\ { - 2}&{ - 4} \end{array}} \right) = 1 \cdot (-4 - (-6)) = 1 \cdot (-4 + 6) = 2\)
  • \(C_{23} = (-1)^{2+3} \det\left( {\begin{array}{} 1&1\\ { - 2}&{ - 4} \end{array}} \right) = -1 \cdot (-4 - (-2)) = -1 \cdot (-4 + 2) = -1 \cdot (-2) = 2\)
  • \(C_{31} = (-1)^{3+1} \det\left( {\begin{array}{} 1&3\\ 3&{ - 3} \end{array}} \right) = 1 \cdot (-3 - 9) = -12\)
  • \(C_{32} = (-1)^{3+2} \det\left( {\begin{array}{} 1&3\\ 1&{ - 3} \end{array}} \right) = -1 \cdot (-3 - 3) = -1 \cdot (-6) = 6\)
  • \(C_{33} = (-1)^{3+3} \det\left( {\begin{array}{} 1&1\\ 1&3 \end{array}} \right) = 1 \cdot (3 - 1) = 2\)

The cofactor matrix \(C\) is:

\[C = \left( {\begin{array}{} { - 24}&{10}&2\\ { - 8}&2&2\\ { - 12}&6&2 \end{array}} \right)\]

Adjoint of Matrix A

The adjoint of matrix A, \(\text{adj}(A)\), is the transpose of the cofactor matrix \(C\).

\[\text{adj}(A) = C^T\]

\[\text{adj}(A) = \left( {\begin{array}{} { - 24}&{ - 8}&{ - 12}\\ {10}&2&6\\ 2&2&2 \end{array}} \right)\]

Inverse of Matrix A

Finally, we calculate the inverse of matrix A using the formula \(A^{-1} = \frac{1}{\det(A)} \text{adj}(A)\).

\[A^{-1} = \frac{1}{-8} \left( {\begin{array}{} { - 24}&{ - 8}&{ - 12}\\ {10}&2&6\\ 2&2&2 \end{array}} \right)\]

Now, divide each element of the adjoint matrix by -8:

\[A^{-1} = \left( {\begin{array}{} {\frac{-24}{-8}}&{\frac{-8}{-8}}&{\frac{-12}{-8}}\\ {\frac{10}{-8}}&{\frac{2}{-8}}&{\frac{6}{-8}}\\ {\frac{2}{-8}}&{\frac{2}{-8}}&{\frac{2}{-8}} \end{array}} \right)\]

\[A^{-1} = \left( {\begin{array}{} {3}&{1}&{1.5}\\ { - 1.25}&{ - 0.25}&{ - 0.75}\\ { - 0.25}&{-0.25}&{ - 0.25} \end{array}} \right)\]

Comparing this result with the given options, we find that this matches option 3.

Was this answer helpful?

Important Questions from Adjoint and Inverse of a Square Matrix

  1. Let A be a matrix of order 3 × 3 and |A| = 4. If |2adj(3A)| = 2α 3β, then what is the value of (α + β)? 

  2. If A is a square matrix, then what is adj (A -1 ) – (adj A) -1 equal to?

  3. The matrix \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&3&2\\ 1&{{\rm{x}} - 1}&1\\ 2&7&{{\rm{x}} - 3} \end{array}} \right]\)

    Will have inverse for every real number x except for
  4. If $A = \begin{bmatrix} 2 & 7 \\ 1 & 5 \end{bmatrix}$, then what is $A + 3A^{-1}$ equal to, where $A$ is a matrix of order 2?

  5. Find the value of $|adj (2 \cdot adj A)|$ if matrix $A$ is of the order of $3$ and $|A| = 15$.

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App