BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon103 Learners

Last updated on July 4th, 2025

Math Whiteboard Illustration

Minor of Matrix

Professor Greenline Explaining Math Concepts

Each element of a square matrix has a minor, which is the determinant of the submatrix formed by removing its row and column. The minor is found to determine the determinant, cofactors, adjoint, and inverse of a matrix.

Minor of Matrix for Bahraini Students
Professor Greenline from BrightChamps

What is Minor of a Matrix?

The minor of an element in a matrix is the determinant of the submatrix obtained after the removal of its row and column. For an element aij, its minor is denoted by Mij. Let’s consider a matrix B:

 

B12 is in row 1, column 2, so we will remove row 1 and column 2 from the given matrix.
The minor of b12 is: 

 

Similarly, the minor of each element bij in matrix B can be calculated and arranged to form a cofactor matrix M.

Professor Greenline from BrightChamps

How to Find Minor of a Matrix?

We should find the minor of an element inside a matrix. To do that, follow the steps given below:

 

Step 1: Identify the row and column the element belongs to and remove them from the given matrix.

 

Step 2: From the remaining elements, form the submatrix and compute its determinant.    

 

Step 3: Find the determinant of the submatrix to get the minor. Using minor values, form a new matrix called matrix of a minor.
For example, consider a 3 × 3 matrix:
 

To find the minor of element b11 remove the first row and first column of the original matrix.

 

Minor of b11 = M11 = |4 5| = (4) (8) - (5) (6) = 32 - 30 = 2
                                  |6 8|          

 

The minor of element b23 can be found by removing the second row and third column.   
Minor of b23 = M23 = |1  2| = (1) (6) - (2) (7) = 6 - 14 = -8
                                   |7  6|

 

To find the minor of element b32 remove the third roe and second column.

Minor of b32 = M32 = |1  3| = (1) (5) - (3) (0) = 5 - 0 = 5
                                  |0  5|

We can find the minor of each element in this manner. By finding minors of elements, we can form a new matrix that will be the minor of matrix B.

Professor Greenline from BrightChamps

How to Find Cofactor, Determinant, Adjoint, and Inverse of a Matrix?

A matrix’s cofactor, determinant, adjoint, and inverse can be determined by finding the minor of a matrix. Let us see the applications of the minor of a matrix.

 

Cofactor Matrix: Cij is used to denote the cofactor of an element in a matrix. Cij is determined by multiplying the minor Mij and (-1)i + j. 
Therefore, Cij = (-1)i + j  Mij

We get cofactor matrix when we replace each element with its cofactor. 

 

Determinant of a matrix: The determinant of a matrix is a single value that summarizes properties of a matrix. It is calculated using cofactor expansion. The determinant can be found by following these steps:
Pick one row or column.
Find the cofactor of each element in that row/column.
Multiply the elements with their cofactors.
Add all the products.
In a matrix D, the determinant is denoted by d or detD. 
The determinant formula for the elements of the first row of matrix D will be:
d = d11C11 + d12C12.+ d13C13
Here, Cij = (-1)i+j  Mij. So, the determinant of matrix D is:

Adjoint of a matrix: To find the adjoint of a 3  3 matrix:
Find the cofactor matrix of the given matrix.
Find the transpose of the cofactor matrix.
Let us consider matrix B:


The adjoint of matrix B is equal to the transpose of cofactor matrix

 

Inverse of a matrix: We should divide the adjoint matrix by the determinant to find the inverse of a matrix. 
For a matrix D:

 

The inverse is D-1 = 1d Adj.D
Determinant:
d = d11C11 + d12C12 + d13C13
Where, C1j is the cofactor of element dij 
Adjoint:

 

Using inverse formula, If det D  0 the inverse of D is:
D-1= 1d adjD

Professor Greenline from BrightChamps

Real-life Applications of Minor of Matrix

A minor is a building block for the calculation of determinants, cofactors, and matrix inverses. It can be applied to the following real-life applications:

 

  • To determine forces and stability in bridges, buildings, or mechanical systems
    Engineers use minors and determinants to solve systems of equations that describe the balance of forces.

 

  • Predicting the weather using partial differential equations
    PDEs are used to simulate the behavior of things like temperature and wind across space and time. These PDEs are converted into linear equations represented using matrices. The minor of a matrix helps find the inverse of the matrix. These matrices are used for error correction and sensitivity analysis of a forecast.

 

  • Controlling robotic arms or drones
    Robotic control systems require solving linear equations and Jacobian matrices to have precise control of movement. These systems involve minors.

 

  • Secure communications using matrix-based encryption 
    In cryptography, modular inverses require computing minors and cofactors during the encryption and decryption process. 

 

  • Applications in complex circuits
    Methods like Cramer's rule require minors to compute currents/voltages in complex circuits, like mesh or nodal analysis.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Minor of Matrix

It is possible for students to make avoidable errors while solving for the minor of a matrix. Understanding these commonly occurring errors can help avoid incorrect results.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusing minors with cofactors

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

A minor is the determinant of a smaller matrix formed after removing a row and a column from the given matrix. A cofactor is the product of minor and (-1)1+j 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Removing the wrong row or column

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Carefully label rows and columns and check them before removing.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting to compute the 2 × 2 determinant correctly.

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

 For a 2 × 2 matrix 

 

The determinant d= ad-bc
The same formula is used for calculating minors for a 33 matrix.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Misplacing signs in cofactor expansion

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Use the checkerboard sign pattern to assign signs correctly.
               
Minors only use values, while cofactors use both signs and values.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Trying to compute minors or determinants of non-square matrices

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Only square matrices have determinants and minors. A determinant or minor cannot be computed for non-square matrices in the same manner.

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Minor of Matrix

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the minor a11 = 4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

M11 = 3

Explanation

Delete row 1 and column 1

Only a22 = 3 remains.

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

Find the minor of a12 = 2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

M12 = -6

Explanation

 Delete row 1 and column 2
                     
M12 = (4) (9) - (6) (7) = 36 - 42 = -6

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

Find the minor of b22

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

M22 = - 10

Explanation

 Delete row 2, column 2:
                   
 M22 = (2) (7) - (4) (6) = 14 - 24 = -10

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

Find the minor of C13 = 2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

M13 = - 20

Explanation

Delete row 1 and column 3
                    
M13 = (0) (6) - (5) (4) = 0 - 20 = -20

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

Find the minor of d21, = 4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"

M21 = - 65

Explanation

Delete row 2 and column 1:
                   
M21 = 0 · (9 · 5 - 0 · 4) - 2 · (8 · 5 - 0 · 3) + 3 · (8 · 4 - 9 · 3)

= 0 - 2(40) + 3(32-27)

= 0 - 80 +3(5)

= -80 + 15 

= -65

Max from BrightChamps Praising Clear Math Explanations
Ray Thinking Deeply About Math Problems

FAQs on Minor of Matrix

1.What is the principal minor of a matrix?

Math FAQ Answers Dropdown Arrow

2.What is the leading minor of a matrix?

Math FAQ Answers Dropdown Arrow

3.Can minors be negative?

Math FAQ Answers Dropdown Arrow

4.How many minors does an n × n matrix have?

Math FAQ Answers Dropdown Arrow

5.Do minors exist only for diagonal elements?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Bahrain make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Bahrain support learning Algebra topics such as Minor of Matrix ?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Bahrain support learning Algebra and Minor of Matrix ?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Bahrain?

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
Dubai - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom