Question
Question: How to find all the minors and cofactors of the matrix \[A = \left( {\begin{array}{*{20}{c}}1&{ - 2}...
How to find all the minors and cofactors of the matrix A = \left( {\begin{array}{*{20}{c}}1&{ - 2}&3\\\6&7&{ - 1}\\\\{ - 3}&1&4\end{array}} \right)?
Solution
For the matrix A=[aij]n×n of order n, with elements represented by term aij such that 1≤i,j≤n; the minor for any element aij is the determinant of the matrix formed by deleting the ith row and jth column.
The cofactor of any element aij for the matrix A=[aij]n×n is equal to (−1)i+jMij. Here Mijis the minor of the matrix Acorresponding to element aij.
Complete step by step solution:
The given square matrix A can be written as shown below.
A = \left( {\begin{array}{*{20}{c}}{{a_{11}}}&{{a_{12}}}&{{a_{13}}}\\\\{{a_{21}}}&{{a_{22}}}&{{a_{23}}}\\\\{{a_{31}}}&{{a_{32}}}&{{a_{33}}}\end{array}} \right)
= \left( {\begin{array}{*{20}{c}}1&{ - 2}&3\\\6&7&{ - 1}\\\\{ - 3}&1&4\end{array}} \right)
Let’s start to find minor M11 corresponding to element a11=1 as follows:
Delete the first row and first column of the matrix A where the element a11=1 is situated and obtains the determinant of the matrix formed in this process.
{M_{11}} = \left| {\begin{array}{*{20}{c}}7&{ - 1}\\\1&4\end{array}} \right|
Evaluate the determinant as shown below.
M11=(7)(4)−(1)(−1)
=28+1
=29
Therefore, the minor of the element a11=1 for the matrix A is M11=29.
now, use the relation between cofactor and minor which is Cij=(−1)i+jMij to obtain the cofactor C11 corresponding to element a11=1 for the matrix A is shown below.
C11=(−1)1+1M11
=(−1)2(29)
=29
Therefore, corresponding to a11=1 for the matrix A the minor is M11=29 and the cofactor is C11=29.
Similarly, obtain other minors and cofactors corresponding to each element of matrix A.
Delete the first row and second column of the matrix A and obtain the determinant of the matrix formed in this process.
{M_{12}} = \left| {\begin{array}{*{20}{c}}6&{ - 1}\\\\{ - 3}&4\end{array}} \right|
Evaluate the determinant as shown below.
M12=(6)(4)−(−3)(−1)
=24−3
=21
Therefore, the minor of the element a12=−2 for the matrix A is M12=21.
The cofactor C12 corresponding to element a12=−2 for the matrix A is shown below.
C12=(−1)1+2M12
=(−1)3(21)
=−21
Therefore, corresponding to a12=−2 for the matrix A the minor is M12=21 and the cofactor is C12=−21.
The complete table for each minor and cofactor corresponding to each element from matrix A is shown below.
aij | Mij | Cij |
---|---|---|
a11=1 | 29 | 29 |
a12=−2 | 21 | −21 |
a13=3 | 27 | 27 |
a21=6 | −11 | 11 |
a22=7 | 13 | 13 |
a23=−1 | −5 | 5 |
a31=−3 | −19 | −19 |
a32=1 | −19 | 19 |
a32=4 | 19 | 19 |
Therefore, the minor matrix and cofactor matrix for matrix A is written as shown below.
\Rightarrow M = \left( {\begin{array}{*{20}{c}}{29}&{21}&{27}\\\\{ - 11}&{13}&{ - 5}\\\\{ - 19}&{ - 19}&{19}\end{array}} \right)
\Rightarrow C = \left( {\begin{array}{*{20}{c}}{29}&{ - 21}&{27}\\\\{11}&{13}&5\\\\{ - 19}&{19}&{19}\end{array}} \right)
Note: The cofactor and minor for an element at even position like a11, a13, a22 etc. are the same and at odd positions negative to each other. In other words, Cij=Mij if (i+j) is even and Cij=−Mij if (i+j) is odd where aij is the element.