• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Minor of a Matrix

Minor of a Matrix

1.0What is Minor of a Matrix?

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=​a11​a21​a31​​a12​a22​a32​​a13​a23​a33​​​

The minor of (a11​), (M11​), is: M11​=​a22​a32​​a23​a33​​​

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:

  1. Pick the Element: Choose the element (aij​) whose minor you need to find.
  2. Take out the Row and Column: Remove the column (j) and row (i) that have the element in them.
  3. Create the Submatrix: The other elements make up a submatrix of order ( (n−1)×(n−1) ).
  4. 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=​247​358​169​​

Find the Minor of ( a12​ ) (Element 3):

  • Remove the first row and second column:[47​69​]
  • 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:[27​38​]
  • 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:

  1. Determinate Expansion: Minors are used in the Laplace expansion when calculating the determinant of higher order matrices.
  2. 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​
  1. Matrix Inverses: Minors and cofactors are the means for finding the inverse of a matrix using the method of adjoints. 
  2. Cramer's Rule: Used to solve systems of linear equations using minors to calculate determinants of submatrices in the solution process. 
  3. Eigenvalues and eigenvectors: Minors are preliminary to finding characteristic polynomials for eigenvalues and so minors form part of the process for finding eigenvalues. 
  4. 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=​101​240​356​​

Solution:

  • (a21​=0) (second row, first column)
  • Remove second row and first column:[20​36​]
  • Determinant: ((2×6)−(3×0)=12−0=12)
  • (M21​=12)

Example 2: Find all minors in the first row of B=​437​258​169​​

Solution:

(M11​): Remove first row, first column: [58​69​]

(=(5×9)−(6×8)=45−48=−3)

(M12​): Remove first row, second column: [37​69​]

(=(3×9)−(6×7)=27−42=−15)

(M13​): Remove first row, third column: [37​58​]

(=(3×8)−(5×7)=24−35=−11)


Example 3: Find the minor ( M32​ ) for the matrix C=​521​743​968​​

Solution:

( a32​=3) (third row, second column)

Remove the third row and second column: [52​96​]

Find the determinant: (5×6)−(9×2)=30−18=12

Therefore, (M32​=12).


Example 4: Find the minor ( M13​ ) for the matrix D=​1−12​035​246​​

Solution:

(a13​=2) (first row, third column)

Remove the first row and third column: [−12​35​]

Find the determinant: (−1×5)−(3×2)=−5−6=−11

Therefore, (M13​=−11).


Example 5: Find the minor ( M22​ ) for the matrix E=​345​820​179​​

Solution:

( a22​=2 ) (second row, second column)

Remove the second row and second column: [35​19​]

Find the determinant: [(3×9)−(1×5)=27−5=22]

Therefore, (M22​=22).


Also Read:

Matrices

Adjoint of a Matrix

Matrix Operations

Determinants and Matrices

Table of Contents


  • 1.0What is Minor of a Matrix?
  • 2.0Minor of a Matrix Formula
  • 3.0How to Find the Minor of a Matrix?
  • 4.0Minors of a 3×3 Matrix
  • 5.0Applications of Minor of Matrix
  • 6.0Solved Examples on Minor of Matrix

Frequently Asked Questions

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.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO