Determinants are a fascinating concept in linear algebra that helps us understand and solve matrix equations. Imagine you have a set of linear equations, and you want to find if they have a unique solution. Determinants give you a quick way to check this. They are like a special number that can tell us a lot about a matrix, such as whether it has an inverse or if the system of equations it represents has a unique solution. In essence, determinants are powerful tools that simplify complex matrix operations and provide deep insights into the structure of linear systems.
In this article, you'll discover practical tips and tricks for using determinants to solve matrix problems easily. With clear examples and illustrations, we'll help you tackle determinant challenges confidently.
It is the value associated with the square arrangement of numbers in rows and columns written in between two parallel lines.
For every square matrix A = aij of order n, we can assign a number (real or complex) known as the determinant of the matrix A. Here, aij represents the element in the i-th row and j-th column of A. This determinant is a special value that provides critical information about the matrix, such as whether it can be inverted, the volume scaling factor of the linear transformation it represents, and whether a system of linear equations possesses a unique solution.
Ex-
A determinant of second order consists of two rows and two columns.
A determinant of third order or 3 × 3 consists of three rows and three columns.
D=
= a1(b2c3 – b3c2) – b1(a2c3 – a3c2) + c1(a2b3 – a3b2)
D=
(a1b2c3 + a2b3c1 + a3b1c2) – (a3b2c1 + a2b1c3 + a1b3c2)
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=
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 (column) with cofactors of corresponding elements of any other row (column) is ZERO.
0
then D1 = KD
Note: |K D|=K^n .|D| where n is the order of determinants and K is a scalar.
If
These properties simplify the manipulation and calculation of determinants, making it easier to understand and solve complex matrix equations.
If A and B are two square matrices of same order, then
Note: Multiplication of 2 matrices is only possible with Row - column Method, while multiplication of 2 determinants can be done with R-R , C-C, C-R and R-R method also.
Example 1: The value of is-
Solution:
= (27 + 42) – 2 (–36 – 12) + 3 (28 – 6) = 231
Example 2: Find the minors and cofactors of elements '-3', '5', '–1' and '7' in the determinant
Solution:
Example 3: If
Solution:
Example 4: ?
Solution:
⇒ k – 1 = 0 ⇒ k =1
Example 5: Show that
Solution:
We observe that the elements in the first determinant are the cofactors of corresponding elements of the second determinant.
= λ3(λ2 + a2 + b2 + c2)3
Example 6: How do you calculate the determinant of a 2x2 matrix?
Solution:
For a 2×2 matrix
the determinant is calculated as:
det(A) = ad – bc
Example 7: How do you find the determinant of a 3x3 matrix?
Solution:
For a 3x3 matrix , the determinant can be calculated using the rule of Sarrus or cofactor expansion:
det(A) = a(ei - fh) – b(di – fg) + c(dh – eg)
1. Let A=
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 x3 + px + q = 0 , then the value of the determinant =
(A) p (B) q (C) p2 – 2q (D) none
3. is:
(A) 0 (B) independent of θ
(C) independent of φ (D) independent of θ & φ both
4. Value of the = is
(A) 0 (B) ( – 1) ( – 1) ( – 1)
(C) ( + 1) ( + 1) ( + 1) (D) – 1
(Session 2025 - 26)