The determinant of the remaining submatrix after deleting the row and column that contain a given element is known as the minor of that element in a matrix. In order to solve complex mathematical problems, such as those found in the JEE syllabus, it is essential to comprehend determinants, cofactors, and the inverse of matrices.
2.0Minor of a Matrix Formula
The minor of a matrix formula is quite straightforward: [Mij=det(Aij)]
Where ( Mij ) is the minor of the element in the ( i )-th row and ( j )-th column, and ( Aij ) is the submatrix formed by deleting the ( i )-th row and ( j )-th column from matrix ( A ).
For a 3×3 matrix:
A=a11a21a31a12a22a32a13a23a33
The minor of (a11),(M11), is: M11=a22a32a23a33
3.0How to Find the Minor of a Matrix?
If you want to know how to find the minor of a matrix, just do these things:
Pick the Element: Choose the element (aij) whose minor you need to find.
Take out the Row and Column: Remove the column (j) and row (i) that have the element in them.
Create the Submatrix: The other elements make up a submatrix of order ( (n−1)×(n−1) ).
Find the Determinant: This value is the required minor; find the determinant of this submatrix (Mij).
Tip: Always make sure you're removing the right row and column, because even a small mistake can change the answer completely.
4.0Minors of a 3×3 Matrix
Let’s take a 3×3 matrix for better understanding:
A=247358169
Find the Minor of ( a12 ) (Element 3):
Remove the first row and second column:[4769]
Calculate its determinant: ((4×9)−(6×7)=36−42=−6)
So, (M12=−6)
Find the Minor of ( a23 ) (Element 6):
Remove the second row and third column:[2738]
Determinant: ((2×8)−(3×7)=16−21=−5)
So, (M23=−5)
In general, the minor of an element in a 3×3 matrix is the determinant of the 2×2 submatrix that is left after deleting its row and column.
5.0Applications of Minor of Matrix
Understanding the applications of minors of a matrix is important, especially for students preparing for competitive exams like JEE. Some significant applications are:
Determinate Expansion: Minors are used in the Laplace expansion when calculating the determinant of higher order matrices.
Finding Cofactors: The cofactor of an element is determined by its minor, which is used for determinant expansion or finding the adjoint.
Cofactor of aij=(−1)i+j×Mij
Matrix Inverses: Minors and cofactors are the means for finding the inverse of a matrix using the method of adjoints.
Cramer's Rule: Used to solve systems of linear equations using minors to calculate determinants of submatrices in the solution process.
Eigenvalues and eigenvectors: Minorsare preliminary to finding characteristic polynomials for eigenvalues and so minors form part of the process for finding eigenvalues.
Engineering and Physics: Minors are used in analyzing electrical circuits, mechanics and structural engineering problems.
6.0Solved Examples on Minor of Matrix
Example 1: Find the minor ( M21 ) for the matrix A=101240356
Solution:
(a21=0) (second row, first column)
Remove second row and first column:[2036]
Determinant: ((2×6)−(3×0)=12−0=12)
(M21=12)
Example 2: Find all minors in the first row ofB=437258169
Solution:
(M11): Remove first row, first column: [5869]
(=(5×9)−(6×8)=45−48=−3)
(M12): Remove first row, second column: [3769]
(=(3×9)−(6×7)=27−42=−15)
(M13): Remove first row, third column: [3758]
(=(3×8)−(5×7)=24−35=−11)
Example 3: Find the minor ( M32 ) for the matrix C=521743968
Solution:
( a32=3) (third row, second column)
Remove the third row and second column: [5296]
Find the determinant: (5×6)−(9×2)=30−18=12
Therefore, (M32=12).
Example 4:Find the minor ( M13 ) for the matrixD=1−12035246
Solution:
(a13=2) (first row, third column)
Remove the first row and third column: [−1235]
Find the determinant: (−1×5)−(3×2)=−5−6=−11
Therefore, (M13=−11).
Example 5: Find the minor ( M22 ) for the matrix E=345820179
The "minor order" of a matrix isn't a standard term; rather, you're likely asking about the minor of an element or the order of a sub-matrix used to find a minor. A minor is the determinant of a sub-matrix
No, the cofactor and minor are related but not the same. The minor is just the determinant of the submatrix formed by removing a specific row and column.
No, minors are defined only for square matrices (matrices with the same number of rows and columns).
Minors are essential for calculating determinants, cofactors, and the inverse of a matrix. They are also used in solving linear equations (Cramer’s Rule) and finding eigenvalues.
An ( n x n ) matrix has ( n^2 ) minors, one for each element of the matrix.
The determinant is a single value calculated from a square matrix, while a minor is the determinant of a specific submatrix formed by removing one row and one column from the original matrix.
Minors are used to find cofactors, which are then arranged to form the adjugate (or adjoint) matrix. The inverse of a matrix is given by dividing the adjugate by the determinant of the original matrix.
No, minors can be zero or non-zero, depending on the matrix elements and their arrangement.