![]() |
The cofactor of a Matrix is an important concept in linear algebra. It is often used in calculating the determinant and the inverse of a matrix. Cofactor of Matrix or Cofactor matrix is the matrix formed by the Cofactor of each element of any matrix where cofactor is a number that is obtained by multiplying the minor of the element of any given matrix with -1 raised to the power of the sum of the row and column number to which that element belongs. This matrix formed with the cofactor of each element is called the Cofactor Matrix or Cofactor of Matrix. ![]() Cofactor of a Matrix Cofactors and Minors are very important concepts in Linear Algebra which further help us find the determinants, adjoint, and inverse of the matrix as well. We have explained in detail about Cofactor of a Matrix. Cofactor of MatrixA cofactor matrix is a matrix that comprises the cofactors of each element in a matrix. A cofactor is a number obtained when the minor Mij of the element aij is multiplied by the (-1)i+j. i and j represent the row and column of the particular element whose cofactor is being determined. Minor of an element is obtained by eliminating the row and column of that particular element i.e. eliminating row i and column j and then taking the remaining part of the matrix. Then we calculate the determinant of the remaining part which gives us the value of the minor of that particular element. Cofactor of Matrix Definition
Formula for Cofactor of a MatrixIf we denote the Cofactor using Cij, then the cofactor of any element for
What is Minor?A minor of a particular element is obtained by eliminating the row and column of the matrix to which that particular element belongs and then finding the determinant of the remaining part. The matrix formed by combining all the minors is called the minor matrix. For example minor of the element a11 matrix [Tex]\begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6\\ 7 & 8 & 9 \end{bmatrix} [/Tex]is calculated as: [Tex]M_{11} = det\begin{bmatrix} 5 & 6\\ 8 & 9 \end{bmatrix}\\ = 45-48\\ = -3 [/Tex] How to Find Cofactor of Matrix?In order to find a cofactor matrix we need to perform the following steps:
Let us understand how to find a cofactor matrix using an example: Example: Find the cofactor matrix of [Tex]\begin{bmatrix} 1 & 2 & 3\\ 4 & 5 & 6\\ 7 & 8 & 9 \end{bmatrix} [/Tex] Solution:
Minor of a11 is calculated by eliminating row 1 and column 1 and taking the determinant of the remaining matrix as follows: M11 = determinant of [Tex]\begin{bmatrix} 5 & 6\\ 8 & 9 \end{bmatrix} [/Tex] M11 = 5(9) – 6(8) M11 = 45 – 48 = -3
M12 = determinant of [Tex]\begin{bmatrix} 4 & 6\\ 7 & 9 \end{bmatrix} [/Tex] M12 = 4(9) – 6(7) M12 = 36 – 42 = -6
[Tex]\begin{bmatrix} -3 & -6 & -3\\ -6 & -12 & -6\\ -3 & -6 & -3 \end{bmatrix} [/Tex]
C11 = M11 × (-1)1+1 = M11 = -3
C12 = M12 × (-1)1+2 = -M12 = 6
[Tex]\begin{bmatrix} -3 & 6 & -3\\ 6 & -12 & 6\\ -3 & 6 & -3 \end{bmatrix} [/Tex] Cofactor of 2×2 MatrixConsider a 2×2 matrix as follows: [Tex]A = \begin{bmatrix} a & b\\ c & d \end{bmatrix} [/Tex] Then the cofactor matrix of any such matrix is written as: [Tex]C = \begin{bmatrix} a & -b\\ -c & d \end{bmatrix} [/Tex] Cofactor of 3×3 MatrixConsider a 3×3 matrix as follows: [Tex]A = \begin{bmatrix} a & b & c\\ d & e&f\\ g&h&i \end{bmatrix} [/Tex] Then the cofactor matrix of any such matrix is calculated by calculating the cofactors of each of the elements as follows: Let Mij denote the minor of the element in row i and column j, then in the above matrix: [Tex]M_{11} = det \begin{bmatrix} e&f\\ h&i \end{bmatrix} [/Tex] [Tex]M_{12} = det \begin{bmatrix} d&f\\ g&i \end{bmatrix} [/Tex] Similarly, we can calculate the minors of all the elements to get the below minor matrix: [Tex]M = \begin{bmatrix} M_{11} & M_{12} & M_{13}\\ M_{21} & M_{22}&M_{23}\\ M_{31}&M_{32}&M_{33} \end{bmatrix} [/Tex] Now cofactor of each element is calculated by multiplying the minor from the minor matrix with -1 raised to the power of the sum of row and column numbers to which that minor belongs as follows: Let Cij denote the cofactor of minor Mij, then: C11 = (-1)1+1M11 = M11 Similarly, after calculating all the cofactors of each element we get the following cofactor matrix: [Tex]C= \begin{bmatrix} C_{11} & C_{12} & C_{13}\\ C_{21} & C_{22} & C_{23}\\ C_{31} & C_{32} & C_{33} \end{bmatrix} [/Tex] Applications of Cofactor of a MatrixThere are various applications of Cofactor Matrix. Some of these applications are:
Must Read Solved Examples on Cofactor of a MatrixExample 1. Find the cofactor of a11 in the matrix [Tex]\begin{bmatrix} 1 & 3\\ 5 & 7 \end{bmatrix} [/Tex]
Example 2. Find the cofactor of a22 in the matrix [Tex]\begin{bmatrix} 1&4 & 6\\ 8 & 7 & 9 \\ 4 & 0 & 5 \end{bmatrix} [/Tex]
Example 3. What is the cofactor matrix of [Tex]\begin{bmatrix} 3 & 6\\ 7 & 8 \end{bmatrix} [/Tex]
Example 4. What is the cofactor matrix of [Tex]\begin{bmatrix} 0 & -6\\ -3 & -4 \end{bmatrix} [/Tex]
Example 5. What is the cofactor matrix of [Tex]\begin{bmatrix} 2&4 & 6\\ 7 & 9&2\\ 1& 6 & 0 \end{bmatrix} [/Tex]
Practice Problems on Cofactor of a MatrixProblem 1: Find the cofactor of the element in the second row and third column: [Tex]A = \begin{bmatrix} 2 & 3 & 4\\ 6 &6 & 5\\ 7 & 8 & -10 \end{bmatrix} [/Tex]. Problem 2: Find the cofactor matrix of [Tex]A = \begin{bmatrix} 12 & 7 & 4\\ 4 &1 & 5\\ 7 & 0 & 5 \end{bmatrix} [/Tex]. Problem 3: Find the cofactor matrix of [Tex]A = \begin{bmatrix} 4 & 0 & 1\\ 16 &2 & 9\\ 8 & 3 & 7 \end{bmatrix} [/Tex]. Problem 4: Find the cofactor matrix of [Tex]A = \begin{bmatrix} 1 & 0 & 0\\ 1 &0 &1\\ 4& 1 & 6 \end{bmatrix} [/Tex]. Problem 5: Find the cofactor matrix of [Tex]A = \begin{bmatrix} 3 & 5 & 7\\ 9 &11 & -13\\ -17 & 19 & 23 \end{bmatrix} [/Tex]. Cofactor of a Matrix – FAQsWhat is Cofactor of Matrix?
What is the Formula for the Cofactor of Element?
How do you Find the Cofactor of a Matrix?
How can we Find Adjoint using Cofactor Matrix?
What is the Cofactor of 2×2 matrix?
What are Some Applications of the Cofactor Matrix?
What is minor. How is it different from co-factor of matrix?
|
Reffered: https://www.geeksforgeeks.org
Class 12 |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 12 |