Home
JEE Maths
Determinant of a Matrix

Determinant of a Matrix

The determinant of a matrix is an important number in math that tells us if a matrix can be inverted. For 2×2, 3×3, and 4×4 matrices, there are specific ways to calculate it. The determinant helps solve linear equations and understand properties like eigenvalues and shapes in geometry. Learn how to find and use the determinant of a matrix easily. 

1.0Definition of Determinant of Matrix

The determinant of a matrix is a single numerical value that provides important insights into the properties and behavior of the matrix and the linear transformation it represents. For a square matrix (a matrix with the equal no of rows and columns), the determinant can indicate whether the matrix is invertible (i.e., if it has an inverse). A non-zero determinant indicates that the matrix is invertible, while a zero determinant means the matrix is singular and non-invertible.

  • Determinant for a 2 × 2 matrix is determined

  • Determinant for a 3 × 3 matrix is determined by

2.0Matrix Minors of a Determinants

Minors of an element is defined as the minor determinant obtained by deleting a particular row or column in which that element lies. Ex. in the determinant

D=

3.0Cofactors of a Determinants of Matrix

Cofactor of an elements aij is expressed as Cij and is calculated as:

Cij = (–1) i+j Mij, where ‘i’ denotes the row and ‘j’ denotes the column.

Note: That a determinant of order 3 will have 9 minors, each minor will be a determinant of order 2 and a determinant of order4 will have 16 minors each minor will be a determinant of order 3.


Expansion of a determinant in Terms of the Elements of any Row or column:

Sum of the product of elements of any row (or column) with cofactors of corresponding elements of any other row (column) is ZERO.

4.0Determinant Matrix Properties

Property 1: The value of a determinant stays the same if the row and columns are interchanged.

Property 2: If any 2 rows (or columns) of a matrix are interchanged, the determinant's value changes sign.

Property 3: If a determinant has any two identical rows (or columns), its value is zero.

If  D=

Property 4: If all the elements of a row (or column) are multiplied by a scalar, the determinant is multiplied by that scalar. 

If

 then

Note: where n is the order of determinants.

Property 5: If each element of a row (or column) is written as the sum of two terms, the determinant can be written as the sum of 2 separate determinants.

If

Property 6: The value of a determinant is not changed if a multiple of one row (or column) is added to another row (or column).

These properties simplify the manipulation and calculation of determinants, making it easier to understand and solve complex matrix equations.

5.0Determinants of Matrix Formula (SARRUS Method)

By SARRUS Method

D=

SARRUS Method

= (a1b2c3 + a2b3c1 + a3b1c2) – (a3b2c1 + a2b1c3 + a1b3c2

6.0Determinant of Square matrix

The determinant of a square matrix is a scalar quantity that reveals key information about the matrix and the linear transformation it embodies. For a matrix to be square, it must have the same number of rows and columns, such as 2 × 2, 3 × 3, 4 × 4, or in general, n × n. 

Calculation Methods

For an n × n matrix A, the determinant, denoted as det(A) or can be calculated using various methods:

  1. Cofactor Expansion: 
  • This method involves expanding along any row or column using cofactors:

  • Here, Mij is the minor of element aij, calculated as the determinant of the (n – 1) × (n – 1) matrix obtained by removing the ith row and ith column from A.
  1. Triangularization: 
  • Transforming A into an upper or lower triangular matrix U or L, where the determinant is the product of the diagonal elements:

  1. Eigenvalues: 

If A has eigenvalues , then:

7.0Determinant of non-square matrix.

The determinant is a concept specifically defined for square matrices, meaning matrices with an equal number of rows and columns. For non-square matrices, the determinant is not defined. This is because many properties and operations that rely on the determinant, such as checking matrix invertibility or solving systems of linear equations using Cramer's rule, are inherently tied to the concept of a square matrix.

Key Points:

  1. Non-Square Matrices: These matrices have a different number of rows and columns (e.g., m × n where m ≠ n). 
  2. Undefined Determinant: For non-square matrices, the determinant is not defined, as the fundamental properties and applications of the determinant do not apply to these matrices.

8.0Cramer’s Rule (System of Linear Equation)

(a) Equations involving two variables:

(i) Consistent Equations : Definite & unique solution (Intersecting lines)

(ii) Inconsistent Equations : No solution (Parallel lines)

(iii) Dependent Equations : Infinite solutions (Identical lines)

Let, a1 x + b1 y + c1 = 0 

a2 x + b2 y + c2 = 0 then:

(1) Given equations are consistent with unique solution

(2) ⇒ Given equations are inconsistent

(3) Given equations are consistent with infinite solutions

(b) Equations Involving Three variables:

Let a1 x + b1 y + c1 = d1 ...(i)

a2 x + b2 y + c2 = d2 ...(ii) 

a3 x + b3 y + c3 = d3 ...(iii)

Then, x = .

Where

 

Note: (i) If D ≠ 0 and at least one of D1, D2, D3 ≠ 0, then the given system of equations is consistent and has a unique non-trivial solution.

(ii) If D ≠ 0 & D1 = D2 = D3 = 0, then the given system of equations is consistent and has trivial solutions only.

(iii) If D = 0 but atleast one of D1, D2, D3 is not zero then the equations are inconsistent and have no solution.

(iv) If D = D1 = D2 = D3 = 0, then the given system of equations may have infinite or no solution.

Note: In case

(At Least two of d1, d2 & d3 are not equal) 

D = D1 = D2 = D3 = 0. But these three equations represent three parallel planes. Hence the system is inconsistent.

9.0Determinant of Matrix Solved Example

Example 1: If , find .

Solution:=0

⇒ (x+3)[-6-(-3)]-1[9+x]-2[-9-2 x] 

⇒ (x+3)(-6+3)-(9+x)-2(-9-2 x)=0 

⇒ -3(x+3)-9-x+18+4 x=0 

⇒ -3 x-9-9-x+18+4 x=0 

⇒ -4 x+4 x-18+18=0 

∴  x R .


Example 2: If in the determinant , where C_{i j} is cofactor of element a_{i j} then x = 

(A) 2 (B) –2 (C) (D)

Ans. (C)

Solution:

⇒ 9-3 x=3 x-6 -6 x=-15 x=


Example 3: Find the value of the determinant  

Solution:

D= = =0


Example 4:

(A) 2 (B) 1 (C) –1 (D) 0

Ans. (B)

Solution:

Applying =0

⇒  

⇒ k-1=0 k=1


Example 5: Prove that =0

Solution:

Taking 11 common from C2

=

= =0


Example 6: If α, β and γ are the roots of the equation x^3+p x+q=0 then the value of the determinant   is-

(A) p (B) q (C) p2 – 2q (D) 0

Ans. (D)

Solution:

α, β , γ are roots of x3 + px + q = 0  

=0 

⇒ on  , Applying  

=0


Example 7: 

Using factor property of determinants prove that

Solution:

On putting x=y, y=z, z=x  we are getting value of determinant is 0 so by factor theorems (x–y), (y–z) and (z–z) are factors. So, by factor theorem

For λ put x = 0, y = 1, z = 2

We get λ = 1 

So R.H.S. = (x-y)(y-z)(z-x) 


Example 8: 

Let be the roots of equation a x^2+b x+c=0 . Evaluate the value of the determinant .

Solution:

D=

=

∵ are roots of the equation

⇒ D=


Example 9: If the system of equations   is consistent, then find the value of .

Solution:

For consistency of the given system of equations

D==0

⇒ 3λ = 1 + 1 + λ3 or λ3 – 3λ + 2 = 0

⇒ (λ – 1)2 (λ + 2) = 0

⇒ λ = 1 or λ = –2

10.0Determinant of Matrix Practice Question

1.  such that |A|=0, then maximum value of x + y + z is  

(A) 3 (B) 0 (C) 1 (D) 2

2. If α, β & γ are the roots of the equation x^3+p x+q=0, then the value of the determinant =

(A)p (B) q (C) p2 – 2q (D) none

3. If a, b & c  are non-zero real numbers, then D=

(A)abc (B) a2b2c2 (C) bc + ca + ab (D) zero

4. The determinant  =

(A)

(B)

   (C)

  (D) none of these

5. The determinant is:

(A) 0 (B) independent of θ

(C) independent of φ (D) independent of θ & φ both

Questions

1

2

3

4

5

Answers

A

D

D

B

B

11.0Sample Questions on Determinant of a Matrix

Q. How do you calculate the determinant of a 2 x 2 matrix?

Ans: For a 2×2 matrix A given by:

A=

The determinant is calculated as:

=a d-b c


Q. How do you calculate the determinant of a 3 x 3 matrix?

Ans: For a 3 × 3 matrix A given by:

A=

The determinant is calculated using the cofactor expansion along the first row:


Q. How do you find the determinant of a triangular matrix?

Ans: In both upper and lower triangular matrices, the determinant equals the product of their diagonal elements. For an n × n triangular matrix T with diagonal elements :


Q. What are some properties of the determinant?

Ans: 

  • Multiplicative Property:
  • Transpose Property:
  • Inverse Property: If A is invertible,

Row Operations: Swapping two rows of a matrix multiplies the determinant by –1, scaling a row by a factor k multiplies the determinant by k, and adding a multiple of one row to another does not change the determinant.


Q. How does the determinant relate to eigenvalues?

Ans: For a square matrix  A, the determinant is the product of its eigenvalues


Q. How does one use the determinant to solve a system of linear equations?

Ans: Cramer's Rule uses the determinant to solve a system of linear equations AX = B. If A is an n × n matrix with , the solution for the variables xi can be found using:

, where Ai is the matrix obtained by substituting the ith column of A with the column vector B.

Frequently Asked Questions

The determinant of a matrix is a scalar value computed specifically from square matrices. It offers significant insights into the matrix, indicating its invertibility and the scale of the linear transformations it can represent.

No, the determinant is only defined for square matrices (matrices with equal no of rows and columns). Non-square matrices do not have a determinant.

Yes, the determinant can be negative, positive, or zero. Reflecting the orientation of the transformation described by the matrix.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State