0% found this document useful (0 votes)
39 views3 pages

Understanding Determinants in Matrices

This chapter focuses on determinants, which are associated with square matrices and determine the uniqueness of solutions for systems of linear equations. It covers the definition of determinants for matrices of order one, two, and three, along with methods for calculating them. Additionally, the chapter discusses the applications of determinants in various fields and their properties.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views3 pages

Understanding Determinants in Matrices

This chapter focuses on determinants, which are associated with square matrices and determine the uniqueness of solutions for systems of linear equations. It covers the definition of determinants for matrices of order one, two, and three, along with methods for calculating them. Additionally, the chapter discusses the applications of determinants in various fields and their properties.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

76 MATHEMATICS

Chapter 4
DETERMINANTS

v All Mathematical truths are relative and conditional. — C.P. STEINMETZ v


4.1 Introduction
In the previous chapter, we have studied about matrices
and algebra of matrices. We have also learnt that a system
of algebraic equations can be expressed in the form of
matrices. This means, a system of linear equations like
a1 x + b1 y = c 1
a2 x + b2 y = c 2
a b   x c 
can be represented as  1 1    =  1  . Now, this
 a2 b2   y  c2 
system of equations has a unique solution or not, is
determined by the number a1 b2 – a2 b1. (Recall that if
a1 b1 P.S. Laplace
≠ or, a1 b2 – a2 b1 ≠ 0, then the system of linear
a2 b2 (1749-1827)
equations has a unique solution). The number a1 b2 – a2 b1
a b 
which determines uniqueness of solution is associated with the matrix A =  1 1 
 a2 b2 
and is called the determinant of A or det A. Determinants have wide applications in
Engineering, Science, Economics, Social Science, etc.
In this chapter, we shall study determinants up to order three only with real entries.
Also, we will study various properties of determinants, minors, cofactors and applications
of determinants in finding the area of a triangle, adjoint and inverse of a square matrix,
consistency and inconsistency of system of linear equations and solution of linear
equations in two or three variables using inverse of a matrix.
4.2 Determinant
To every square matrix A = [aij] of order n, we can associate a number (real or
complex) called determinant of the square matrix A, where aij = (i, j)th element of A.

Reprint 2025-26
DETERMINANTS 77

This may be thought of as a function which associates each square matrix with a
unique number (real or complex). If M is the set of square matrices, K is the set of
numbers (real or complex) and f : M → K is defined by f (A) = k, where A ∈ M and
k ∈ K, then f (A) is called the determinant of A. It is also denoted by | A | or det A or ∆.
a b  a b
If A =   , then determinant of A is written as | A| = = det (A)
c d  c d
Remarks
(i) For matrix A, | A | is read as determinant of A and not modulus of A.
(ii) Only square matrices have determinants.
4.2.1 Determinant of a matrix of order one
Let A = [a ] be the matrix of order 1, then determinant of A is defined to be equal to a
4.2.2 Determinant of a matrix of order two
 a11 a12 
Let A=   be a matrix of order 2 × 2,
 a21 a22 
then the determinant of A is defined as:

det (A) = |A| = ∆ = = a11a22 – a21a12

2 4
Example 1 Evaluate .
–1 2

2 4
Solution We have = 2 (2) – 4(–1) = 4 + 4 = 8.
–1 2

x x +1
Example 2 Evaluate
x –1 x
Solution We have
x x +1
= x (x) – (x + 1) (x – 1) = x2 – (x2 – 1) = x2 – x2 + 1 = 1
x –1 x

4.2.3 Determinant of a matrix of order 3 × 3


Determinant of a matrix of order three can be determined by expressing it in terms of
second order determinants. This is known as expansion of a determinant along
a row (or a column). There are six ways of expanding a determinant of order

Reprint 2025-26
78 MATHEMATICS

3 corresponding to each of three rows (R1, R2 and R3) and three columns (C1, C2 and
C3) giving the same value as shown below.
Consider the determinant of square matrix A = [aij]3 × 3

a11 a12 a13


i.e., | A | = a21 a22 a23
a31 a32 a33
Expansion along first Row (R1)
Step 1 Multiply first element a11 of R1 by (–1)(1 + 1) [(–1)sum of suffixes in a11] and with the
second order determinant obtained by deleting the elements of first row (R1) and first
column (C1) of | A | as a11 lies in R1 and C1,
a22 a23
i.e., (–1)1 + 1 a11
a32 a33
Step 2 Multiply 2nd element a12 of R1 by (–1)1 + 2 [(–1)sum of suffixes in a12] and the second
order determinant obtained by deleting elements of first row (R1) and 2nd column (C2)
of | A | as a12 lies in R1 and C2,
a21 a23
i.e., (–1)1 + 2 a12
a31 a33
Step 3 Multiply third element a13 of R1 by (–1)1 + 3 [(–1)sum of suffixes in a ] and the second
13

order determinant obtained by deleting elements of first row (R1) and third column (C3)
of | A | as a13 lies in R1 and C3,
a21 a22
i.e., (–1)1 + 3 a13 a a32
31

Step 4 Now the expansion of determinant of A, that is, | A | written as sum of all three
terms obtained in steps 1, 2 and 3 above is given by
a22 a23 a a23
det A = |A| = (–1)1 + 1 a11 a + (–1)1 + 2 a12 21
32 a33 a31 a33

1+ 3 a21 a22
+ (–1) a13
a31 a32
or |A| = a11 (a22 a33 – a32 a23) – a12 (a21 a33 – a31 a23)
+ a13 (a21 a32 – a31 a22)

Reprint 2025-26

You might also like