If \(B = \left[ {\begin{array}{*{20}{c}} 3&2&0\\ 2&4&0\\ 1&1&0 \end{array}} \right]\) , then what is adjoint of B equal to?
The question asks us to find the adjoint of the given matrix B.
The given matrix is:
\(B = \left[ {\begin{array}{*{20}{c}} 3&2&0\\ 2&4&0\\ 1&1&0 \end{array}} \right]\)
The adjoint of a square matrix is the transpose of its cofactor matrix. To find the adjoint of matrix B, we first need to calculate the cofactor matrix of B.
Find the minor for each element of the matrix.
Find the cofactor for each element using the minors.
Form the cofactor matrix.
Transpose the cofactor matrix to get the adjoint matrix.
The minor \(M_{ij}\) of an element \(b_{ij}\) is the determinant of the submatrix obtained by deleting the i-th row and j-th column of the original matrix B.
\(M_{11}\): Delete row 1 and column 1. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 4&0\\ 1&0 \end{array}} \right]\). Minor \(M_{11} = \det\left[ {\begin{array}{*{20}{c}} 4&0\\ 1&0 \end{array}} \right] = (4 \times 0) - (0 \times 1) = 0 - 0 = 0\).
\(M_{12}\): Delete row 1 and column 2. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 2&0\\ 1&0 \end{array}} \right]\). Minor \(M_{12} = \det\left[ {\begin{array}{*{20}{c}} 2&0\\ 1&0 \end{array}} \right] = (2 \times 0) - (0 \times 1) = 0 - 0 = 0\).
\(M_{13}\): Delete row 1 and column 3. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 2&4\\ 1&1 \end{array}} \right]\). Minor \(M_{13} = \det\left[ {\begin{array}{*{20}{c}} 2&4\\ 1&1 \end{array}} \right] = (2 \times 1) - (4 \times 1) = 2 - 4 = -2\).
\(M_{21}\): Delete row 2 and column 1. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 2&0\\ 1&0 \end{array}} \right]\). Minor \(M_{21} = \det\left[ {\begin{array}{*{20}{c}} 2&0\\ 1&0 \end{array}} \right] = (2 \times 0) - (0 \times 1) = 0 - 0 = 0\).
\(M_{22}\): Delete row 2 and column 2. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 3&0\\ 1&0 \end{array}} \right]\). Minor \(M_{22} = \det\left[ {\begin{array}{*{20}{c}} 3&0\\ 1&0 \end{array}} \right] = (3 \times 0) - (0 \times 1) = 0 - 0 = 0\).
\(M_{23}\): Delete row 2 and column 3. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 3&2\\ 1&1 \end{array}} \right]\). Minor \(M_{23} = \det\left[ {\begin{array}{*{20}{c}} 3&2\\ 1&1 \end{array}} \right] = (3 \times 1) - (2 \times 1) = 3 - 2 = 1\).
\(M_{31}\): Delete row 3 and column 1. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 2&0\\ 4&0 \end{array}} \right]\). Minor \(M_{31} = \det\left[ {\begin{array}{*{20}{c}} 2&0\\ 4&0 \end{array}} \right] = (2 \times 0) - (0 \times 4) = 0 - 0 = 0\).
\(M_{32}\): Delete row 3 and column 2. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 3&0\\ 2&0 \end{array}} \right]\). Minor \(M_{32} = \det\left[ {\begin{array}{*{20}{c}} 3&0\\ 2&0 \end{array}} \right] = (3 \times 0) - (0 \times 2) = 0 - 0 = 0\).
\(M_{33}\): Delete row 3 and column 3. Submatrix is \(\left[ {\begin{array}{*{20}{c}} 3&2\\ 2&4 \end{array}} \right]\). Minor \(M_{33} = \det\left[ {\begin{array}{*{20}{c}} 3&2\\ 2&4 \end{array}} \right] = (3 \times 4) - (2 \times 2) = 12 - 4 = 8\).
The cofactor \(C_{ij}\) of an element \(b_{ij}\) is given by \(C_{ij} = (-1)^{i+j} M_{ij}\).
\(C_{11} = (-1)^{1+1} M_{11} = (+1) \times 0 = 0\).
\(C_{12} = (-1)^{1+2} M_{12} = (-1) \times 0 = 0\).
\(C_{13} = (-1)^{1+3} M_{13} = (+1) \times (-2) = -2\).
\(C_{21} = (-1)^{2+1} M_{21} = (-1) \times 0 = 0\).
\(C_{22} = (-1)^{2+2} M_{22} = (+1) \times 0 = 0\).
\(C_{23} = (-1)^{2+3} M_{23} = (-1) \times 1 = -1\).
\(C_{31} = (-1)^{3+1} M_{31} = (+1) \times 0 = 0\).
\(C_{32} = (-1)^{3+2} M_{32} = (-1) \times 0 = 0\).
\(C_{33} = (-1)^{3+3} M_{33} = (+1) \times 8 = 8\).
The cofactor matrix, denoted by C, is formed by placing the calculated cofactors in their corresponding positions:
| Col 1 | Col 2 | Col 3 | |
|---|---|---|---|
| Row 1 | \(C_{11} = 0\) | \(C_{12} = 0\) | \(C_{13} = -2\) |
| Row 2 | \(C_{21} = 0\) | \(C_{22} = 0\) | \(C_{23} = -1\) |
| Row 3 | \(C_{31} = 0\) | \(C_{32} = 0\) | \(C_{33} = 8\) |
So the cofactor matrix C is:
\(C = \left[ {\begin{array}{*{20}{c}} 0&0&-2\\ 0&0&-1\\ 0&0&8 \end{array}} \right]\)
The adjoint of matrix B, written as adj(B), is the transpose of the cofactor matrix C (\(C^T\)). Transposing a matrix means swapping its rows and columns.
The first row of C becomes the first column of adj(B), the second row of C becomes the second column of adj(B), and the third row of C becomes the third column of adj(B).
adj(B) = \(C^T = \left[ {\begin{array}{*{20}{c}} 0&0&0\\ 0&0&0\\ -2&-1&8 \end{array}} \right]\)
Let's compare our calculated adjoint matrix with the given options:
Option 1: \(\left[ {\begin{array}{*{20}{c}} 0&0&0\\ 0&0&0\\ { - 2}&{ - 1}&8 \end{array}} \right]\)
Option 2: \(\left[ {\begin{array}{*{20}{c}} 0&0&{ - 2}\\ 0&0&{ - 1}\\ 0&0&8 \end{array}} \right]\)
Option 3: \(\left[ {\begin{array}{*{20}{c}} 0&0&2\\ 0&0&1\\ 0&0&0 \end{array}} \right]\)
Option 4: It does not exist
Our calculated adjoint matrix matches Option 1.
| Concept | Definition/Method | Application in this Problem |
|---|---|---|
| Minor \(M_{ij}\) | Determinant of submatrix after removing row i and col j. | Calculated \(M_{11}, \ldots, M_{33}\) from matrix B. |
| Cofactor \(C_{ij}\) | \(C_{ij} = (-1)^{i+j} M_{ij}\) | Calculated \(C_{11}, \ldots, C_{33}\) using the minors. |
| Cofactor Matrix | Matrix [\(C_{ij}\)] | Formed matrix C from calculated cofactors. |
| Adjoint Matrix adj(B) | Transpose of the Cofactor Matrix (\(C^T\)) | Transposed matrix C to get adj(B). |
The adjoint matrix is defined for any square matrix.
A property relating a matrix, its adjoint, and its determinant is \(A \cdot \text{adj}(A) = \text{adj}(A) \cdot A = \det(A) \cdot I\), where I is the identity matrix.
A matrix A is invertible if and only if \(\det(A) \neq 0\). If A is invertible, its inverse is given by \(A^{-1} = \frac{1}{\det(A)} \text{adj}(A)\).
In this specific problem, the determinant of matrix B is \(\det(B) = 3(0-0) - 2(0-0) + 0(2-4) = 0\). Since \(\det(B) = 0\), the matrix B is singular and does not have an inverse. However, the adjoint of a singular matrix still exists and can be calculated as shown above.
What should be the value of x so that the matrix \(\left( {\begin{array}{*{20}{c}} 2&4\\ { - 8}&{\rm{x}} \end{array}} \right)\) does not have an inverse?
What is the adjoint of the matrix \(\left( {\begin{array}{*{20}{c}} {\cos \left( { - \theta } \right)}&{ - \sin \left( { - \theta } \right)}\\ { - \sin \left( { - \theta } \right)}&{\cos \left( { - \theta } \right)} \end{array}} \right)\) ?
If A is an identity matrix of order 3, then its inverse (A -1 )
What is the inverse of the matrix?
\(A = \left( {\begin{array}{*{20}{c}} {\cos \theta }&{\sin \theta }&0\\ { - \sin \theta }&{\cos \theta }&0\\ 0&0&1 \end{array}} \right)\)
If A and B are two invertible square matrices of same order, then what is (AB) -1 equal to?
For a square matrix A, which of the following properties hold?
1) (A -1 )-1 = A
2) \(\det \left( {{A^{ - 1}}} \right) = \frac{1}{{detA}}\)
3) (λA) -1 = λA -1 where λ is a scalar
Select the correct answer using the code given below:The adjoint of the matrix \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&0&2\\ 2&1&0\\ 0&3&1 \end{array}} \right]\) is
If A is a square matrix, then what is adj (A -1 ) – (adj A) -1 equal to?
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 forIf $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?
What should be the value of x so that the matrix \(\left( {\begin{array}{*{20}{c}} 2&4\\ { - 8}&{\rm{x}} \end{array}} \right)\) does not have an inverse?
What is the adjoint of the matrix \(\left( {\begin{array}{*{20}{c}} {\cos \left( { - \theta } \right)}&{ - \sin \left( { - \theta } \right)}\\ { - \sin \left( { - \theta } \right)}&{\cos \left( { - \theta } \right)} \end{array}} \right)\) ?
The inverse of the matrix A = \(\left( {\begin{array}{} 1&1&3\\ 1&3&{ - 3}\\ { - 2}&{ - 4}&{ - 4} \end{array}} \right)\) is:
If A is an identity matrix of order 3, then its inverse (A -1 )
What is the inverse of the matrix?
\(A = \left( {\begin{array}{*{20}{c}} {\cos \theta }&{\sin \theta }&0\\ { - \sin \theta }&{\cos \theta }&0\\ 0&0&1 \end{array}} \right)\)