What is A^{-1} equal to?
Direction: Consider the following for the two (02) items that follow :<br>Let A=\begin{bmatrix} 3 & -3 & 4 \\ 2 & -3 & 4 \\ 0 & -1 & 1 \end{bmatrix}
- A. \begin{bmatrix} 1 & -1 & 0 \\ -2 & 3 & -4 \\ -2 & 3 & -3 \end{bmatrix} ✓
- B. \begin{bmatrix} 1/2 & -1/2 & 0 \\ -1 & 3/2 & -2 \\ -1 & 3/2 & -3/2 \end{bmatrix}
- C. \begin{bmatrix} 2 & -2 & 0 \\ -4 & 6 & -8 \\ -4 & 6 & -6 \end{bmatrix}
- D. \begin{bmatrix} 1/5 & -1/5 & 0 \\ -2/5 & 3/5 & -4/5 \\ -2/5 & 3/5 & -3/5 \end{bmatrix}
Correct Answer: A. \begin{bmatrix} 1 & -1 & 0 \\ -2 & 3 & -4 \\ -2 & 3 & -3 \end{bmatrix}
Explanation
Since |A|=1, A^{-1} = \text{adj } A. Calculating the cofactors for the transposed matrix gives: C_{11} = (-3)(1) - 4(-1) = 1, C_{21} = -(-3(1) - 4(-1)) = -1, and C_{31} = (-3)(4) - (-3)(4) = 0. This forms the first row of \text{adj } A as \begin{bmatrix} 1 & -1 & 0 \end{bmatrix}. Checking the options, only the first matrix matches this row.
Related questions on Matrices & Determinants
- Consider the determinant \Delta=\begin{vmatrix}a_{11}&a_{12}&a_{13}\\ a_{21}&a_{22}&a_{23}\\ a_{31}&a_{32}&a_{33}\end{vmatrix} If $a_{13...
- If A=\begin{pmatrix}1&0&0\\ 0&\cos~\theta&\sin~\theta\\ 0&\sin~\theta&-\cos\theta\end{pmatrix}, then which of the following are correct?...
- If X is a matrix of order 3\times3, Y is a matrix of order 2\times3 and Z is a matrix of order 3\times2, then which of the follo...
- What is the value of a_{11}C_{11}+a_{12}C_{12}+a_{13}C_{13}?
- What is the value of a_{21}C_{11}+a_{22}C_{12}+a_{23}C_{13}?