Cbse Class 12 Maths Notes Chapter 3 Matrices
Cbse Class 12 Maths Notes Chapter 3 Matrices
Chapter 3 - Matrices
Matrix:
• The numbers or functions are known as the elements or entries of the matrix.
x y
• E.g.
1 2
• 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. , This matrix has two rows and two columns.
1 2
Order of Matrix:
www.vedantu.com 1
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
b. Column Matrix: A matrix containing only one column is known as column matrix.
For E.g. 1 2 3 −2
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
www.vedantu.com 2
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
x 0
For E.g. , 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.
0 0
For E.g. , 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).
www.vedantu.com 3
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 and B = [b jk ]n p then AB = C = [cik ]m p , where cik = aij b jk
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.
1 8 1 8
For E.g. A = and B =
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
www.vedantu.com 4
1 0 2 1
For e.g. A = and B = 3 5
7 4
C = A+ B
1 0 2 1
C= +
7 4 3 5
3 1
C=
10 9
• 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.
4 5
For E.g. 2
6 7
4 2 5 2
=
6 2 7 2
8 10
=
12 14
c. Negative of a Matrix:
1 −1
For E.g. A =
−1 −2
Negative of Matrix A is
www.vedantu.com 5
− A = ( −1) A
1 −1
− A = ( −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
1 6 2 1
For e.g. A = and B = 7 9
7 4
C = A− B
1 6 2 1
C= −
7 4 7 9
−1 5
C=
0 −5
www.vedantu.com 6
X +O = O+ X = X .
Multiplication of Matrices:
• 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.
2 1 0 2 1
E.g. A = and B = 1 1 1
1 2
Product of A and B is
1 5 3
AB =
2 4 3
www.vedantu.com 7
a. A ( B + C ) = AB + AC
b. ( A + B ) C = AC + BC
Transpose of a Matrix:
• It is the matrix obtained by interchanging the rows and columns of the original matrix.
1 2 T 1 3
For E.g. P = P orP ' =
3 4 2 4
( A )
1. =A
( kA)
2. = kA (Where, k is any constant)
( A + B)
3. = A + B
( AB )
4. = BA
For example
1 2 1 3
If A = , then Transpose of matrix A is A =
T
3 4 2 4
www.vedantu.com 8
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 , P = −1 2 7
T
3 7 3
P = PT
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
Transpose of Matrix P , T
P = ( −1) −2 0 7
3 −7 0
PT = − P
www.vedantu.com 9