Summary of Class 12 Maths Determinants
Determinant
Corresponding to every square matrix A = [aij] of order n, we can associate a number
called determinant of the square matrix A. It is denoted by det (A) or |A|.
Determinant of Matrix of Order 1
Let
A = [a] be a matrix of order 1, then determinant of A is equal to a.
Determinant of Matrix of Order 2
Let
A = be
a matrix of order 2, then |A| = a11 a22 – a21 a12
Determinant of Matrix of Order 3
Let
B = be
a matrix of order 3, then |B| = a11(a22 a33 –
a32 a23) – a12(a21
a33 –
a31 a23) + a13(a21 a32 –
a31 a22).
Properties of a Determinant
(i) The determinant of the product of matrices is equal to
the product of their respective determinants, i.e. |AB| = |A| |B|, where A and
B are a square matrix of the same order.
(ii) If AT represents the transpose of a matrix A,
then |A| = |AT|
(iii) If A and B are square matrices of same order n,
then |kAB| = kn |A| |B|
Area of a Triangle
If (x1, y1), (x2, y2)
and (x3, y3) be the vertices of a triangle, then its area
is given by
△ =
Condition of Collinearity for Three Points
Three points A(x1, y1), B(x2,
y2) and C(x3, y3) are collinear if and only if
the area of triangle formed by these three points is zero.
That is,
= 0
Minors
Minor of an element aij of a
determinant is the determinant obtained by deleting its ith row and jth
column in which element aij lies. Minor of an element aij
is denoted by Mij.
Cofactors
Cofactor of an element aij, denoted
by Aij is defined by
Aij =
(−1)i + j Mij , where Mij is minor
of aij.
Singular and Non-singular Matrix
For a square matrix A, if |A| = 0, then A is said to be a
singular matrix and if |A| ≠ 0, then A is said to be a non-singular matrix.
Adjoint of a Matrix
The adjoint of a square
matrix A is defined as the transpose of the matrix formed by cofactors of
elements of A.
Let A = [aij]n
× n
be a square matrix, then adjoint of A,
i.e. adj (A) = CT
where C = [aij] is the cofactor of matrix A.
The three steps involved
in finding the adjoint of a square matrix A are:
·
Find the minors
of all the elements of matrix A.
·
Find the cofactor
matrix of A.
·
Find the adj (A) by taking the transpose of the cofactor
matrix.
Properties of Adjoint of Square Matrix
6. |adj
(adj A)| =
Inverse of a Matrix
Let A be a non-zero square matrix of
order n and I be the identity matrix of order n.
Then, there exists a square matrix B of
order n such that AB = BA = I. Such matrix B is called the inverse of
matrix A. It is denoted by A-1 and defined as
A-1 = adj (A) / IAI
Properties of Inverse of a Matrix
1. (A-1)
-1 = A
2. (A-1)
T = (AT)
-1
3. A A-1 =
A-1 A = I
4. (AB)-1 = B-1A-1
5. (kA)-1 = A-1
, where k ≠ 0