0% found this document useful (0 votes)
50 views9 pages

Cbse Class 12 Maths Notes Chapter 3 Matrices

The document provides revision notes for Class 12 Maths on the topic of matrices, covering definitions, types, operations, and properties. It explains concepts such as row and column matrices, square matrices, diagonal matrices, and various operations like addition, multiplication, and transposition. Additionally, it discusses properties of matrix operations and special types of matrices including symmetric and skew-symmetric matrices.

Uploaded by

Naruto Uzumaki
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)
50 views9 pages

Cbse Class 12 Maths Notes Chapter 3 Matrices

The document provides revision notes for Class 12 Maths on the topic of matrices, covering definitions, types, operations, and properties. It explains concepts such as row and column matrices, square matrices, diagonal matrices, and various operations like addition, multiplication, and transposition. Additionally, it discusses properties of matrix operations and special types of matrices including symmetric and skew-symmetric matrices.

Uploaded by

Naruto Uzumaki
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
You are on page 1/ 9

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.   , This matrix has two rows and two columns.
1 2 

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.

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 

• The order of row matrix is 1 b

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

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 ]mn 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  22 8 4  22

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 

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.

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:

• Multiplying a matrix by −1 gives negative of that 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 

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.,

www.vedantu.com 6
X +O = O+ X = 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.

2 1  0 2 1 
E.g. A =   and B = 1 1 1 
1 2   

Product of A and B is

 2 ( 0 ) + 1(1) 2 ( 2 ) + 1(1) 2 (1) + 1(1) 


AB =  
1( 0 ) + 2 (1) 1( 2 ) + 2 (1) 1(1) + 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., A ( BC ) = ( AB ) C

3. Distributive Law: Matrix multiplication follow distributive law i.e.,

www.vedantu.com 7
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 .

1 2  T 1 3 
For E.g. P =   P orP ' =  
3 4  2 4 

Properties of Transpose of Matrix

( A )

1. =A

( kA)

2. = kA (Where, k is any constant)

( A + B)

3. = A + B

( AB )

4. = BA

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

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 
Transpose of Matrix P , T 
P = ( −1)  −2 0 7 
 3 −7 0 

PT = − P

Therefore, it is a Skew-Symmetric Matrix.

www.vedantu.com 9

You might also like