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.

Solution:

As asked in question we have to find the co factor of element a32 which means our row (i) = 3 and column (j) = 2 so we have row and column as we do to find the minor by deleting the rows and column at which asked element exist we do the same in this question to and then put that in our formula -> Aij = (-1)i+j  Mij

Cofactor of elements [Tex]= (-1)^{3+2}\begin{vmatrix}5 & 1\\2&-1 \end{vmatrix}[/Tex]

⇒ Cofactor of element = (-1)(-5 – 2) = 7

So after putting in the formula of finding cofactor and doing expansion of determinant we get (-1) (-5 – 2) which on solving gives the answer 7, this is our required answer.

Problem 2: If Aij of the element aij of the determinant is given below, then write the value of a32 . A32.

[Tex] \bold{|A| = \begin{vmatrix} 2&-3&5\\ 6&0&4\\1&5&-7 \end{vmatrix}} [/Tex]

Solution: 

In the question, we are having determinant. So we have row and column given in the question.

Here, a32 = 5 (second element of third row)

Given, Aij is the cofactor of the element aij of A . So now we can solve this question by putting the values in the formula of cofactor as discussed in above question.

Cofactor of elements (A32)[Tex]= (-1)^{3+2}\begin{vmatrix}2 &5\\6&4 \end{vmatrix} [/Tex]

⇒ Cofactor of element (A32) = (-1)(8 – 30) = 22

 a32 . A32 = 5 . 22 = 110

So, 110 is our required answer.

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?...