JEE Main 2022 Maths Revision Notes On Matrices and Determinants
JEE Main 2022 Maths Revision Notes On Matrices and Determinants
MATRIX
A rectangular array of mn numbers in the form of m horizontal
lines (called rows) and n vertical lines (called columns), is called
a matrix of order m by n, written as m × n matrix.
a11 a12 a13 a1n
a a22 a23 a2n
A 21
am1 am2 am3 amn
TYPES OF MATRICES
Zero Matrix or Null Matrix
A matrix each of whose elements is zero, is called a zero matrix
or a null matrix.
Square Matrix
A matrix in which number of rows is equal to the number of
columns, say n, is called a square matrix of order n.
Diagonal Matrix
A square matrix A = [aij]n × n is called a diagonal matrix if all the
elements except those in the leading diagonal are zero, i.e., aij = 0
for i j. In other words
A diag.a11 a22 a33 ann
Unit Matrix
A square matrix in which every non-diagonal element is zero and
every diagonal element is 1, is called a unit matrix or an identity
matrix. Thus, a square matrix A a is a unit matrix if
ij nn
1
0 when i j
aij
1 when i = j
ALGEBRA OF MATRICES
Addition of Matrices
Let A and B be two matrices each of order m × n. Then the sum
matrix A + B is defined only if matrices A and B are of same
order. The new matrix, say C = A + B is of order m × n and is
obtained by adding the corresponding elements of A and B.
Subtraction of Matrices
Let A and B be two matrices of the same order. Then by A – B,
we mean A + (–B). In other words, to find A – B we subtract each
element of B from the corresponding element of A.
Multiplication of Matrices
Two matrices A and B can be multiplied only if the number of
columns in A is same as the number of rows in B
TRANSPOSE OF A MATRIX
Let A be an m × n matrix. Then, the n × m matrix obtained by
interchanging the rows and columns of A is called the transpose
of A, and is denoted by A or A1. Thus,
(i) if order of A is m × n, then, the order of A is n × m.
(ii) (i, j)the element of a = (j, i)the element of A.
2
3 1 2 4
2
For example, if A
3
, then A ' 3 2
4 2
1 3 32
SYMMETRIC MATRIX
A square matrix A is said to be symmetric if A' A. That is, the
matrix A a is said to be symmetric provided aij = aji for all i and
ij nn
j.
ORTHOGONAL MATRIX
A square matrix of order n × n is said to be orthogonal if
AA ' In A ' A.
MINOR
If m – p rows and n – p columns from matrix Am × n, are removed,
the remaining square submatrix of p rows and p columns is left.
The determinant of a square submatrix of order p × p is called a
minor of A of order p.
(i) every element of the matrix is the minor of order.
(ii) 21 32 , 32 06 , 24 31 , 01 04 etc. are minors of order 2.
3 1 0 2 1 0 2 3 1
(iii) 1 3 6, 4 3 6, 4 1 3 etc. are the minors of order 3.
1 2 0 8 2 0 8 1 2
3
RANK OF A MATRIX
A positive integer r is said to be the rank of a non zero that A, if
(i) there exists atleast one minor in A of order which is zero,
(ii) every minor in A of order greater than r is zero, k is written
as (A) = r.
The rank of a zero matrix is defined to be zero.
4
or IX A B or X A B.
1 1
DETERMINANTs
a22 a23
Then the minor of a11 of M11
a32 a33
;
a21 a23
the minor of a12 is M12
a31 a33
and so on.
5
a21 a23 a21 a23
is C12 1
1 2
.
a31 a33 a31 a33
PROPERTIES OF DETERMINANTS
1. The value of the determinant remains unchanged if rows are
changed into columns and columns are changed into rows,
2. If two adjacent rows (columns) of a determinant are
interchanged, the value of the determinant so obtained is the
negative of the value of the original determinant, i.e.
3. If two rows or columns of a determinant are identical then
its value is zero, i.e.,
4. If each element of a row or column of a determinant is
multiplied by a constant k then the value of the new
determinant is k times the value of the original determinant,
i.e.
5. If any two rows or columns of a determinant are
proportional, then its value is zero, i.e.
a2 x b2 y c 2
D1 D2
is given by x
D
and y
D
, where
6
a1 b1 c1 b1
D , D1
a2 b2 c2 b2
and D2
a1
a2
c1
c2
, provided D 0.
a2 x b2 y c 2 z d2
a3 x b3 y c 3 z d3
is given by
D1 D D3
x
D
,y 2
D
and z
D
, where
a1 b1 c1 d1 b1 c1 a1 d1 c1 a1 b1 d1
D a2 b2 c 2 ; D1 d2 b2 c 2 ; D2 a 2 d2 c 2 ; D3 a 2 b2 d2
a3 b3 c3 d3 b3 c3 a3 d3 c3 a3 b3 d3
provided D 0.
(i) If D 0, the system has only trivial solution (x = y = z = 0),
and
(ii) If D = 0, the system has infinitely many solutions.