In matrix theory, a minor is the determinant of a matrix obtained by deleting a given row and column. A minor multiplied by ( (-1){i+j}) gives what is called a cofactor.
A minor of an element in a matrix is the determinant of the matrix, which is arrived at by deleting the row and column, on which the element lies. A small problem of order n × n for a given matrix as described above, if one may want to find the minors and cofactors of determinate elements, then:
The cofactor of an element is found by multiplying its minor with (−1)i+j, where i is row no and j is column no of the element. The cofactor of the element aij is expressed by Cij and given by:
Where Mij is the minor part of aij.
The cofactor expansion, also known as the Laplace expansion, is a way of determining the determinant of a matrix. The determinant of a matrix A = [aij] can be expanded along any row or column.
If we expand along the i-th row, the determinant is given by:
Similarly, if we expand along the j-th column, the determinant changes to:
Problem 1: In the given matrix:
2 3 1
A = 4 5 7
6 8 9
Find:
Solution:
To find Minor M11 delete the first row and first column of the given matrix A, and we will get:
2) Find the Cofactor C11 of the element a11
Using the formula for finding the cofactor;
Problem 2: Given the matrix
1 0 2 –1
A = 3 1 1 2
4 2 2 3
0 1 1 4
Find:
Solution:
3 1 2
4 2 3
0 1 4
M12=det 3 1 2
4 2 3
0 1 4
With the help of the formula:
Problem 3: There is a company that has three departments such as marketing, sales, and production. The following matrix is used to represent the number of items sold by each department over three different years:
3 5 2
A = 4 7 3
6 8 4
Here:
=Marketing department sales
=Sales Department sales
=Production department sales
Now, find the determinant of the above matrix A to see whether the given pattern of sales across the years is linearly dependent or independent. Sales data are linearly dependent if their determinant is zero, otherwise independent.
Solution: Calculate the determinant along R1
Since the determinant of the matrix is not 0, so the sales data is not linearly dependent.
(Session 2025 - 26)