Revision Notes for Class 12 Maths
Chapter 3 - Matrices
Matrix:
It is an ordered rectangular array of collection of numbers or functions arranged in
rows and columns is called matrix
The numbers or functions are known as the elements or entries of the matrix.
x y
E.g. 1 2
Row and Column of a Matrix:
The horizontal arrangement of elements or entries are said to form the row of
a matrix
The vertical arrangement of elements or entries are said to form the Column of
a matrix.
x y
E.g. 2 , This matrix has two rows and two columns.
1
Order of Matrix:
It tells us about the number of rows and columns of a matrix.
It is represented by $a\times b$ means a matrix has a rows and b columns.
Mr. Vikash Saini Mob:-+91- 8979161672 1
Add. Aditi Public School ,Near Subhash Chowk
2 8 3
For example: A 1 9 8 , there are 3 rows and 3 columns therefore the order of
0 7 0
matrix A is 3 3
Types of Matrices
a. Row Matrix: A matrix containing only one row is known as row matrix.
a
For E.g.
b
c
The order of row matrix is 1b
b. Column Matrix: A matrix containing only one column is known as column matrix.
For E.g. 1 2 3 2
The order of column matrix is a 1
c. Square Matrix: The number of rows and numbers of columns are equal in the matrix.
1 1 2
For E.g. 2 3 5
3 6 8
The order of square matrix is always a a , where a can be any natural number
Mr. Vikash Saini Mob:-+91- 8979161672 2
Add. Aditi Public School ,Near Subhash Chowk
d. Diagonal Matrix: If the diagonal elements are non-zero and all the non-diagonal
elements of a matrix are zero, then such type of matrix is known as Diagonal
Matrix.
1 0 0
For E.g. 0 2 0
0 0 5
e. Scalar Matrix: It is a type of diagonal matrix in which all diagonal elements are equal.
4 0 0
For E.g. x 0
, 0 4 0 etc.
0 x
0 0 4
f. Identity Matrix: It is a type of diagonal matrix in which all diagonal elements are equal to
1.
1 0 0
For E.g. 0 1 0
0 0 1
g. Zero Matrix: In it all the elements are zero and this is also known as null matrix.
For E.g. 0 0
,0 0 0 etc.
0 0
h. Rectangular Matrix: A matrix with dimensions m x n where the number of rows (m) is
different from the number of columns (n).
Mr. Vikash Saini Mob:-+91- 8979161672 3
Add. Aditi Public School ,Near Subhash Chowk
i. Horizontal Matrix: A matrix where the number of rows is fewer than the number of
columns.
j. Vertical Matrix: A matrix where the number of rows exceeds the number of columns.
k. Unit Matrix (Identity Matrix): A diagonal matrix A = [aij ]n is called a unit matrix if all
the diagonal elements aij are equal to 1 when i = j.
n
A [aij ]mn B [bjk then AB C [cik ]m p , cik
and ]n p where aijbjk j
1
Equality of Matrices:
Two matrices are equal if and only if the order of both the matrices are equal and the
element of one matrix is equal to the corresponding element of another matrix.
For E.g.
1 8 and B 1 8
A
8 4 22 8 4 22
All the elements of matrix A are equal to the corresponding elements of matrix B and
the order of both matrices is the same. Hence, A B .
Operations in Matrices
a. Addition of Matrices:
Addition of two matrices can be done only when they have the same order.
Addition can be done by adding the corresponding entries of the two matrices
Mr. Vikash Saini Mob:-+91- 8979161672 4
Add. Aditi Public School ,Near Subhash Chowk
For e.g.
1 0 2 1
A 7 4 and B 3 5
CA
B
1 0 2 1
C 7 4 3 5
3 1
C 10 9
b. Multiplication of a Matrix by a scalar:
When a matrix is multiplied by a scalar, then each element of the matrix is multiplied
by the scalar quantity and a new matrix is obtained.
For E.g.
4 5
2 6 7
4 2 5 2
= 6 2 7 2
8 10
= 12 14
c. Negative of a Matrix:
Multiplying a matrix by 1 gives negative of that matrix
For E.g. 1 1
A 1 2
Negative of Matrix A is
Mr. Vikash Saini Mob:-+91- 8979161672 5
Add. Aditi Public School ,Near Subhash Chowk
A 1 A
1
A 1 1 1
2
1 1
A 1 2
d. Difference of Matrices:
Two matrices can be subtracted only when they have same order
Subtraction can be done by subtracting the corresponding entries of the two matrices
For e.g.
1 6 2 1
A 7 4 and B 7 9
CA
B
1 6 2 1
C 7 4 7 9
1 5
C 0 5
Properties of Matrix Addition
1. Commutative Law: Matrix addition is commutative i.e., A B B A .
2. Associative Law: Matrix addition is associative i.e., A B C A B C .
3. Existence of Additive Identity: Zero matrix O is the additive identity of a
matrix because adding a matrix with zero matrix leaves it unchanged i.e.,
Mr. Vikash Saini Mob:-+91- 8979161672 6
Add. Aditi Public School ,Near Subhash Chowk
XOOX X .
4. Existence of Additive Inverse: Additive inverse of a matrix is a matrix which on adding
with another matrix yield 0 i.e., X X X X 0
Multiplication of Matrices:
Multiplication of two matrices A and B is defined when the number of columns of A
is equal to the number of rows of B .
Entries in rows are multiplied by corresponding entries in columns i.e., entries in the
first row are multiplied by entries in the first column and similarly for other entries.
E.g. 2 1 0 2 1
A and B
1 2 1 1 1
Product of A and B is
2 0
2 2 2 1 11
1
AB 1 11 21
10 2 11
1 12 2
1
1 5 3
AB 2 4 3
Properties of Matrix Multiplication
1. Non-Commutative Law: Matrix multiplication is not commutative i.e., AB BA but not
in the case of a diagonal matrix.
2. Associative Law: Matrix multiplication follow associative law i.e., ABC ABC
3. Distributive Law: Matrix multiplication follow distributive law i.e.,
Mr. Vikash Saini Mob:-+91- 8979161672 7
Add. Aditi Public School ,Near Subhash Chowk
a.
A B C AB AC
b.
A B C AC BC
4. Existence of Multiplicative Identity: Identity matrix I is the multiplicative identity of a
matrix because multiplying a matrix with I leaves it unchanged.
Transpose of a Matrix:
It is the matrix obtained by interchanging the rows and columns of the original matrix.
It is denoted by P' or PT if the original matrix is P .
For 1 2 T 1 3
E.g. P P orP'
3 4 2 4
Properties of Transpose of Matrix
1. A A
2. kA kA (Where, k is any constant)
3. A B A B
4. AB BA
For example
If 1 2 1 3
A , then Transpose of matrix A is AT
3 4 2 4
Mr. Vikash Saini Mob:-+91- 8979161672 8
Add. Aditi Public School ,Near Subhash Chowk
Special Types of Matrices
Symmetric Matrices: It is a square matrix in which the original matrix is equal to its
transpose.
1 1 3
For E.g. P 1 2 7
3 7 3
1 1 3
Transpose of Matrix P , PT 1 2 7
3 7
3
P PT
Therefore, it is a Symmetric Matrix.
Skew-Symmetric Matrices: It is a square matrix in which the original matrix is equal to the
negative of its transpose.
9 2 3
For E.g. P 2 0 7
3 7 0
9 2 3
PT 1 2 0 7
Transpose of Matrix P ,
3 7 0
PT P
Therefore, it is a Skew-Symmetric Matrix.
Mr. Vikash Saini Mob:-+91- 8979161672 9
Add. Aditi Public School ,Near Subhash Chowk