• 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
      • Offline 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
  • NEW
    • JEE MAIN 2025
    • NEET
      • 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
    • 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
    • ALLEN e-Store
    • AOSAT
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Determinant of 4 x 4 Matrix

Determinant of 4 x 4 Matrix

The determinant of a 4 × 4 matrix is a scalar value that provides important information about the matrix, such as whether it's invertible. It can be computed using cofactor expansion, where the determinant is broken down into smaller 3 × 3 matrices. The determinant is useful in various applications, including solving systems of linear equations, determining matrix invertibility, and calculating eigenvalues. For a 4 × 4 matrix, cofactor expansion involves calculating the minors and applying alternating signs to sum the results.

1.0What is Determinant?

A determinant is a unique value that can be calculated from a square matrix (a matrix with the same number of rows and columns). It gives important information about the matrix, such as whether the matrix has an inverse. If the determinant is zero, the matrix is singular (non-invertible). If the determinant is non-zero, the matrix is invertible.

For example, for a 2 × 2 matrix:

det[ac​bd​]=ad−bc

The determinant helps in solving systems of linear equations, finding eigenvalues, and other applications in mathematics and engineering.

2.0Determinant of a 4 × 4 Matrix 

The determinant of a 4 × 4 matrix is a scalar value that can be calculated from the elements of a 4 × 4 square matrix. It provides important information about the matrix, such as whether it is invertible. If the determinant is zero, the matrix does not have an inverse; if it's non-zero, the matrix has an inverse. 

To calculate the determinant of a 4 × 4 matrix, you can use the cofactor expansion method, which breaks the matrix down into smaller matrices. This process involves expanding the determinant along a row or column and calculating the determinants of 3 × 3 matrices that are formed by removing one row and one column from the 4 × 4 matrix. The same process continues recursively until you reach 2 × 2 matrices, which can be directly calculated.

3.0Formula for Determinant of a 4 × 4 Matrix

Let’s consider a 4 × 4 matrix A:

A=​aeim​bfjn​cgko​dhlp​​

The determinant of matrix A, denoted , can be calculated by expanding along the first row (or any row/column):

det(A)=a.det(M11​)−b.det(M12​)+c.det(M13​)−d.det(M14​)

Where:

  • M11​,M12​,M13​,M14​ ​are the 3 × 3 matrices obtained by removing the corresponding row and column from the original matrix.

4.0Step-by-Step Method to Find the Determinant of a 4 × 4 Matrix

The determinant of a 4 × 4 matrix is a bit tricky compared to smaller matrices (like 2 × 2 or 3 × 3), but you can solve it by using cofactor expansion. Here’s how it works:

Let’s say we have the following 4 × 4 matrix A: 

A=​aeim​bfjn​cgko​dhlp​​

Step 1: Choose a Row or Column

To make calculations easier, we typically choose the first row (but you can choose any row or column). The determinant of the matrix is calculated by expanding along the first row like this:

det(A)=a.det(M11​)−b.det(M12​)+c.det(M13​)−d.det(M14​)

Where:

  • M11​,M12​,M13​,M14​ are 3 × 3 matrices formed by removing the row and column of each element in the first row.
  • The signs alternate: +, −, +, −.

Step 2: Find the Determinants of the Smaller Matrices

Now, you need to find the determinants of the 3 × 3 matrices formed in the previous step. To do that, you can use the same method of cofactor expansion, but this time, you’ll be working with 3 × 3 matrices instead of 4 × 4 matrices.

Step 3: Continue Until You Reach 2 × 2 Matrices

When you get to 2 × 2 matrices, you can directly calculate their determinants using the simple formula:

det[ac​bd​]=ad−bc

5.0Solved Example For Finding The Determinant of a 4 × 4 Matrix

Let’s look at a simple example:

A=​12−12​0521​403−2​−6353​​   

Solution

To find the determinant of A, we expand along the first row:

det(A)=1.det(M11​)−0.det(M12​)+4.det(M13​)−(−6).det(M14​)

Now, we calculate the 3 × 3 matrices:

  • M11​=​521​03−2​353​​

=5[3−2​53​]−0[21​53​]+3[21​3−2​]

=5(9+10)–0+3(–4–3)

=5(19)+3(–7)

=95–21

=74

  • M12​=​2−12​03−2​353​​

=2[3−2​53​]−0[−12​53​]+3[−12​3−2​]

=2(9+10)–0+3(2–6)

=2(19)–0+3(–4)

=38–12 

=26

  • M13​=​2−12​521​353​​

=2[21​53​]−5[−12​53​]+3[−12​2−1​]

=2(6–5)–5(–3–10)+3(–1–4)

=2(1)−5(–13)+3(–5)

=2+65–15 

=52

  • M14​=​2−12​521​03−2​​

=2[21​3−2​]−5[−12​3−2​]+0[−12​21​]

=2(–4–3)–5(2–6)+0

=2(–7)–5(–4)

=–14+20 

=6

det(A)=1.det(M11​)−0.det(M12​)+4.det(M13​)−(−6).det(M14​)

det(A)=(1×74)–(0×26)+(4×52)+(6×6)

det(A)=74–0+208+36

det(A)=318

Example 2: Find the determinant of the 4 × 4 matrix

A=​1023​2546​3667​4778​​

To find the determination of A, we expand of along the first row

Det (A) = 1·det (M11) – 2. det (M12) + 3·det(M13) –4·det(M14)

M11​=​546​667​778​​

=5[67​78​]−6[46​78​]+7[46​67​]

= 5 [48 – 49] – 6 [32 – 42] + 7 [28 – 36] 

= 5 (–1) –6 (–10) + 7 (–8)

= – 5 + 60 – 56 = – 1.

M12​=​023​667​778​​

=0[67​78​]−6[23​78​]+7[23​67​]

= 0 – 6 [16 – 21] + 7 [14 – 18]

= –6 [– 5] + 7 [– 4]

= + 20 – 28 = – 8.

M13​=​023​546​778​​

=0[46​78​]−5[23​78​]+7[23​46​]

= 0 – 5(16 – 21) + 7 (12 – 120)

= – 5 (–5) + 0 = +25

M14​=​023​546​667​​

=0[46​67​]−5[23​67​]+6[23​46​]

= 0 – 5 [14 – 18] + 6 [12 – 12] 

= – 5 [–4] = 20.

∣A∣=1⋅det(M11​)−2⋅det(M12​)+3⋅det(M13​)−4⋅det(M14​)

∣A∣=1⋅(−1)−2⋅(−8)+3⋅(25)−4⋅(20)

= -1 + 16 + 75 - 80
= 10.

Example 3: Consider the block matrix C=[A0​BD​]

Where A is a 2 × 2 matrix, B is a 2 × 2 matrix, D is a 2 × 2 matrix, and O is a 2 × 2 zero matrix, if:

A=[13​24​],B=[57​68​],D=[911​1012​]

Find the determinant of the block matrix C.

Solution: 

For a block matrix.[A0​BD​]

The determinant can be calculated using the formula

Det (C) = det (A). det (D)

A=[13​24​]

∣A∣=1⋅4−3⋅2=4−6=−2

D=[911​1012​]

∣D∣=9⋅12−10⋅11=108−110=−2

det(C)=det(A)⋅det(D)

=(−2)⋅(−2)=4

Example 4: Calculate the determinant of 4 × 4 matrix

A=​2301​12−30​0−123​−101−2​​

Solution:

To find the determinant of A, we expand along the first row.

Det (A) = 2. Det (M11) –1 det (M12) + 0·det (M13) – (–1) det (M14)

M11​=​2−30​123​01−2​​

M11​=2[23​1−2​]−(−1)[−30​1−2​]+0[−30​23​]

= 2 (–4 –3) + 1 (+6 – 0) + 0

= 2 (–7) + 1 (6) = – 14 + 6 = – 8.

M12​=​301​−123​01−2​​

M12​=3[23​1−2​]−(−1)[01​1−2​]+0[01​23​]

= 3 (4 – 3) + 1 (–1) + 0

= 3 (1) – 1 (–1) = 3 + 1 = 4.

M13​=​301​2−30​01−2​​

M13​=3[−30​1−2​]−2[01​1−2​]+0[01​−30​]

= 3 (+ 6 – 0) – 2 (0 – 1) + 0

= 3 (6) –2 (–1) = 18 + 2 = 20

M14​=​301​2−30​−123​​

M14​=3[−30​23​]−2[01​23​]+(−1)[01​−30​]

= 3 (– 9 – 0) –2 (0 – 2) – 1 (0 +3)  

= – 27 + 4 – 3

= – 26.

Det (A) = 2 (–8) – 1 (4) + 0 (20) – (–1) (–26)

= – 16 – 4 + 0 – 26 

= – 46.

Table of Contents


  • 1.0What is Determinant?
  • 2.0Determinant of a 4 × 4 Matrix 
  • 3.0Formula for Determinant of a 4 × 4 Matrix
  • 4.0Step-by-Step Method to Find the Determinant of a 4 × 4 Matrix
  • 5.0Solved Example For Finding The Determinant of a 4 × 4 Matrix

Frequently Asked Questions

It’s a scalar value that gives information about the matrix, like whether it's invertible.

Use cofactor expansion or row reduction. For cofactor expansion, break it down to smaller 3 × 3 determinants.

It involves expanding the determinant along any row/column by multiplying minors and cofactors.

Yes, for diagonal, triangular, or orthogonal matrices, the determinant is easier to calculate.

It tells if the matrix is invertible (non-zero determinant) or singular (zero determinant).

The determinant changes sign.

Yes, it means the matrix is singular (non-invertible).

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
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key

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

ISO