Determinant of a Matrix Formula

Matrix is one of the essential topics in mathematics. Understanding the determinant of a matrix requires some basic knowledge of matrix-like rows, columns, etc. The matrix determinant is used in various formulas like finding the inverse of a matrix and many more. It is easy to find determinants using the determinant formula. It has various properties. Let’s understand how the determinant of a matrix is determined with the help of the determinant formula. 

Determinant

The determinant of a matrix is a unique number associated with that square matrix. The determinant of a matrix can be calculated for only a square matrix. If A =[aij] is a square matrix of order n, then A’s determinant is represented by det A or |A|. The general representation of determinant of matrix A is, 

det A or |A| or 

Determinant Formula

  • Determinant of a square matrix of order 1 

If A = [aij] is a square matrix of order 1, then the determinant of A is defined as,

|A| = a11  

  • Determinant of a square matrix of order 2

If A =  is a square matrix of order 2 then the determinant is defined as,

|A| = a11a22 – a12a21

  • Determinant of a square matrix of order 3 

If A =  is a square matrix of order 2 then the determinant is defined as,

|A| = 

|A| = (-1)1+1 a11  +  (-1)1+2 a12   + (-1)1+3 a13 

|A| = a11  β€“ a12    +a13 

|A| = a11(a22a33 – a23a32) – a12(a33a21 – a23a31) + a13(a32a21 – a22a31) β‡’ (1)

|A| = a11a22a33 + a12a23a31 + a13a32a21 – a11a23a32 – a22a13a31 – a12a21a33

Thus, the determinant of a square matrix of order 3 is the sum of the product of elements aij in ith row with (-1)i+j  times the determinant of a 2 x 2 sub-matrix obtained by leaving the ith row and jth column passing through the element. The expansion is done through the elements of ith row. Then, it is known as the expansion along the ith row. The above expansion (1) of |A| is known as the expansion along the first row.

Note 

  • Only square matrices have determinants. The matrices which are not square do not have determinants.
  • The determinant of order three can be expanded along any row and column.
  • If a row or column of a determinant is all zeros, then the determinant is zero.

Minor  

Consider a square matrix A =[aij] of order n. The minor Mij of aij in A determines the square sub-matrix of order (n – 1) obtained by leaving the ith row and jth column of A.

Cofactor

Consider a square matrix A = [aij] of order n. The cofactor Cij of aij in A is equal to (-1)i + j times the minor Mij of aij.

Cij = Cofactor of aij in A = (-1)i+j Mij    

Where Mij is the minor of aij in A.

Cij

Singular Matrix

A square matrix is said to be singular if its determinant is zero. Otherwise, it is non-singular.

Properties of Determinant 

Let A be a square matrix of order n,

  1. The sum of product of elements of any row(column) with their cofactors is equal to |A|.    and 
  2. The sum of product of elements of any row(column) with the cofactors of the corresponding elements of some other row(column) is zero.   and  
  3. The determinant remains unchanged if its rows and columns are interchanged(transpose). |A| =|AT
  4. If two rows (columns) are interchanged, the determinant changes by a minus sign. |B| = -|A| (B is a matrix obtained by interchanging two rows (columns) of A).
  5. If two rows or columns of A are the same, then its determinant is zero. |A| = 0
  6. If B is the matrix obtained by multiplying scalar value k in each row element or column of matrix A then |B| = k|A|.
  7. If each row element (or column) is zero, then the determinant is zero.
  8. If A is a diagonal matrix, then |A| = a11 Γ— a22 Γ— …. ann.
  9. If A and B are square matrices of the same order, then |AB| = |A||B|.
  10. If each element of a row (column) can be expressed as the sum of two or more terms, then the determinant can be expressed as the sum of two or more determinants.
  11. If B is a matrix obtained by adding to a row (column) of A a scalar multiple of another row(column) of A, then |B| = |A|.

Evaluation of Determinant

Evaluation of the determinant of a matrix of order 2 is easy. Still, for a higher-order matrix, the evaluation of the determinant can be made more accessible by performing row or column operation to make the whole row or column zero or identical or to make more elements zero so that the calculation in the evaluation of the determinant becomes easier.

Sample Questions 

Question 1: Evaluate: 

  1.    
  2.  

Solution: 

  1.  = (-2) Γ— 3 – 6 Γ— 4 = -30
  2.  = sin2ΞΈ – (-cos2ΞΈ) = sin2ΞΈ + cos2ΞΈ = 1

Question 2: Evaluate:  

  • D =  expand along first row.
  • D=  expand along second column.

Solution:

  • D= 

= (-1)1 + 1(-3) +  (-1)1+2(2) + (-1)1+3(4) 

= -3 β€“ 2 + 4

= -3[9 Γ— 3 – 5 Γ— 10 ] – 2[6 Γ— 3 – 5 Γ— 1] + 4[6 Γ— 2 – 9 Γ— 1] = -3[27 -10] – 2[18 -5] + 4[12 -9] = -3 Γ— 17 – 2 Γ— 13 + 4 Γ— 3 = -51 -26 +12 = -65

  • D =

= (-1)1 + 2 (2) +  (-1)2+2(5) + (-1)3+2(-2)

= -2 + 5 + 2

= -2[3 Γ— 1 – 4 Γ— 1] + 5[1 Γ— 1 – 1 Γ— 0] + 2[(-1) Γ— 5 – 2 Γ— 3] = -2[3 – 4] + 5[1 – 0] + 2[-5 – 6] = (-2) Γ— (-1) + 5 Γ— 1 + 2 Γ— (-11) = (-2) Γ— (-1) + 5 Γ— 1 + 2 Γ— (-11)

= 2 + 5 – 22 = -15

Question 3: Evaluate: D =   expand along first row.

Solution: 

D = 

D = (-1)1+1(1) + (-1)1+2(0)  + (-1)1+3(2) + (-1)1+4(0)

D = 1[(-1)1+1(-1) + (-1)1+2(8)+(-1)1+3(6) ] – 0 +2[(-1)1+1(3) + (-1)1+2(-1)  +(-1)1+3(6)] – 0

D = 1[(-1){(-2} Γ— 1 – 3 Γ— 7} – 8{(-4) Γ— 1 – 6 Γ— 3} + 6{(-4) Γ— 7 – 6 Γ— (-2)}] + 2[3{(-4} Γ— 1 – 6 Γ— 3} + 1{0 Γ— 1 – 3 Γ— 2} + 6{0 Γ— 6 -(-4) Γ— 2}]

D = [-1 Γ— (-2 – 21) – 8 Γ— (-4 – 18) + 6(-28 + 12)] + 2[3 Γ— (-4 – 18) + (0 – 6) + 6 Γ— (0 + 8)]

D = [-1 Γ— (-23) – 8 Γ— (-22) + 6 Γ— (-16)] + 2[3 Γ— (-22) -6 + 48]

D = [23 + 176 – 96] + 2[-66 – 6 + 48]

D = 103 + 2 Γ— (-24) = 103 – 48

D = 55 

Question 4: Find the value of x for which matrix A =  is singular. 

Solution: 

Matrix A is singular, if |A| = 0

 = 0 

β‡’ 1 + 2 + 3 = 0

β‡’ (-6 – 2) + 2(-3 – x) + 3(2 – 2x) = 0

β‡’ -8 – 6 – 2x + 6 – 6x = 0

β‡’ -8x – 8 = 0

β‡’ x = -1     

Question 5: Show that =0.

Solution: 

D =  

Apply C2 β‡’ C2 + C3

D = 

D = (a+ b+ c)

D = (a+ b+ c) x 0 = 0 [Since, C1 and C2 are identical so determinant = 0 (Property of determinant)]

Question 6: Evaluate : 

Solution: 

D = 

R2 β‡’ R2 – 2R1

D = 

[Since, all the elements of R2 are 0 so, D = 0]

D = 0

Question 7: Prove that :   = a

Solution: 

Let  D = 

Since, C2 contains sum of two elements it can be represented as sum of two determinants.

D =  

Taking a and b common from rows and columns.           

D = a3  +ba2  

Since C1 and C2 in the second determinant are the same, its determinant is zero.

D = a3 + ba2 Γ— 0   

Applying C1 β‡’ C1 – C3, C2 β‡’ C2 – C

D = a

D = a3Γ— 1 Γ— 

D = a3 (15 – 14) = a3