Application of Minors and Cofactors

Minors and Cofactors are used in the calculation of the following terms:

Adjoint of Matrix

To calculate the adjoint of Matrix, you need to follow the following steps:

Step 1: Calculate the cofactors of each element of a given matrix.

Step 2: Construct the matrix from the cofactor of elements.

Step 3: Calculate the Transpose of the resultant matrix in Step 2.

Step 4: Resulting matrix of Step 3 is the adjoint of the given matrix.

Example: Find the adjoint of the following matrix A;

[Tex]\bold{A = \begin{bmatrix} 1&2&3\\ 4 &5 &6\\ 7&8&9 \end{bmatrix}} [/Tex]

Solution:

Step 1: Compute the cofactors of each element in A.

C11 = 5 × 9 – 6 × 8 = -3
C12 = -(4 × 9 – 6 × 7) = 6
C13 = 4 × 8 – 5 × 7 = -3
C21 = -(2 × 9 – 3 × 8) = 6
C22 = 1 × 9 – 3 × 7 = -6
C23 = -(1 × 8 – 2 × 7) = 3
C31 = 2 × 6 – 3 × 5 = -3
C32 = -(1 × 6 – 3 × 4) = 6
C33 = 1 × 5 – 2 × 4 = -3

Step 2: Construct the matrix of cofactors.

Matrix of cofactors, [Tex]C = \begin{bmatrix} -3&6&-3\\ 6&-6&3\\ -3&6&-3 \end{bmatrix} [/Tex]

Step 3: Transpose the matrix of cofactors.

[Tex]C’ = \begin{bmatrix} -3&6&-3\\ 6&-6&6\\ -3&3&-3 \end{bmatrix} [/Tex]

Step 4: The resulting matrix is the adjoint of A.

[Tex]adj(A) = C’ = \begin{bmatrix} -3&6&-3\\ 6&-6&6\\ -3&3&-3 \end{bmatrix} [/Tex]

Inverse of Matrix

To calculate the inverse of a matrix, you can use the following steps:

Step 1: Calculate the determinant of the given matrix.

Step 2: If the value of the determinant is zero, then the matrix has no inverse. Otherwise, calculate the adjoint of the matrix using the steps mentioned in the previous heading.

Step 3: Use the formula [Tex]A^{-1} = \frac{adj(A)}{|A|} [/Tex], to calculate the inverse of the given matrix.

Example: Find the inverse of the following matrix A:

[Tex]\bold{A = \begin{bmatrix} 2&-1&0\\ -1 &2 &-1\\ 0&-1&2 \end{bmatrix}} [/Tex]

Solution:

Step 1: Find the determinant of A.

det(A) = 2(2 × 2 – (-1) × (-1)) – (-1)((-1) ×2 – (-1) ×0) + 0 

⇒ det(A) = 6 – 2 = 4

Step 2: Calculate the adjoint of A using the steps mentioned in the previous example.

C11 = 4 – 1 = 3
C12 = -(-2 – 0) = 2
C13 = 1 – 0 = 1
C21 = -(-2 – 0) = 2
C22 = 4 – 0 = 4
C23 = -(-2 – 0) = 2
C31 = (1 – 0) = 1
C32 = -(-2 – 0) = 2
C33 = 4 – 1 = 3

Matrix of cofactors,

[Tex]C = \begin{bmatrix} 3&2&1\\ 2&4&2\\ 1&2&3 \end{bmatrix} [/Tex]

Transpose of matrix of cofactors,

[Tex]adj(A) = C’ =  \begin{bmatrix} 3&2&1\\ 2&4&2\\ 1&2&3 \end{bmatrix} [/Tex]

Step 3: Multiply the adjoint of A by the reciprocal of the determinant.

[Tex] A^{-1} = \frac{adj(A)}{4} = \frac{1}{4} \times\begin{bmatrix} 3&2&1\\ 2&4&2\\ 1&2&3 \end{bmatrix} [/Tex]

[Tex]\Rightarrow A^{-1}= \begin{bmatrix} \frac{3}{4}&\frac{2}{4}&\frac{1}{4}\\ \frac{2}{4}&\frac{4}{4}&\frac{2}{4}\\ \frac{1}{4}&\frac{2}{4}&\frac{3}{4} \end{bmatrix} [/Tex]

[Tex]\Rightarrow A^{-1}= \begin{bmatrix} \frac{3}{4}&\frac{1}{2}&\frac{1}{4}\\ \frac{1}{2}&1&\frac{1}{2}\\ \frac{1}{4}&\frac{1}{2}&\frac{3}{4} \end{bmatrix} [/Tex]

People Also Read:

Minors and Cofactors

Minors and Cofactors are important to calculate the adjoint and inverse of a matrix. As the name suggests, a Minor is a smaller part of the larger matrix obtained for a particular element of the matrix by deleting the terms of the row and column to which the element belongs. A cofactor is (-1)i+j times the minor of the matrix.

They are the backbones of Linear Algebra and are used to find the value of a matrix’s determinant, adjoint, and inverse. Other than that there are many use cases in computer science for minors and cofactors. In this article, we will study minors and cofactors in detail. Other than that, we will also learn about the determinants, matrix inversion, and many more.

Table of Content

  • Minors and Cofactors of Determinants
  • What is the Determinant of a Matrix?
  • Minor of a Matrix
    • How to Find Minor of a Matrix?
  • Sample Problems on Minor of a Matrix
  • Cofactor of a Matrix
  • Sample Problems on Cofactors of a Matrix
  • Application of Minors and Cofactors
    • Adjoint of Matrix
    • Inverse of Matrix
  • Minors and Cofactors Class 12
    • Resources related to Minors and Cofactors Class 12

Similar Reads

Minors and Cofactors of Determinants

Minors of a matrix are the determinants of the smaller matrices that are left after removing one row and one column from the original matrix and the cofactor of an element is calculated by multiplying the minor​ by (−1)i+j which accounts for the position of the element within the matrix....

What is the Determinant of a Matrix?

Determinant are useful for solving linear equations, capturing how linear transformations change area or volume, and changing variables in integrals. The determinant can be viewed as a function whose input is a square matrix and whose output is a number. In simple language, we can say, that to every small matrix A, we can associate a number (real or complex) which is called the determinant of a square matrix A....

Minor of a Matrix

Minor of an element aij of a determinant is a determinant obtained by deleting the ith row and jth column in which element aij lies. Minor of an element aij is denoted by Mij...

Sample Problems on Minor of a Matrix

Problem 1: If the matrix [Tex] \bold{A = \begin{bmatrix} 1&2&3\\ 2&0&1\\ 5&3&6 \end{bmatrix}}    [/Tex]then find the minor of  a22....

Cofactor of a Matrix

Co-factor of an element aij of a determinant, denoted by Aij or Cij, and is defined as follows:...

Sample Problems on Cofactors of a Matrix

Problem 1: If a matrix A is  [Tex]\bold{|A| = \begin{vmatrix} 5&3&1\\ 2&0&-1\\1&2&3 \end{vmatrix}}    [/Tex]write the cofactor of the element a32....

Application of Minors and Cofactors

Minors and Cofactors are used in the calculation of the following terms:...

Minors and Cofactors Class 12

Minors and cofactors of a matrix are important concepts used in the calculation of determinants and in solving systems of linear equations especially for class 12....

FAQs on Minors and Cofactors

What is a Minor in Matrix Algebra?...