Xii Ch-3 Matrices
Xii Ch-3 Matrices
Chapter - 3
TOPICS TO BE COVERED :
Introduction and Recap
Matrix
Types of Matrices
Operations on Matrices
Transpose of a Matrix
Symmetric and Skew Symmetric Matrices
Invertible Matrices
Order of a matrix
A matrix having m rows and n columns is called a matrix of order m × n or simply m × n
matrix (read as an m by n matrix).
5
Equality of matrices
Two matrices A = [a ] and B = [b ] are said to be equal if
ij ij
Addition of matrices
The sum of two matrices is a matrix obtained by adding the corresponding elements of the
given matrices. Furthermore, the two matrices have to be of the same order.
(A+B)T = AT + BT
(AB)T = BT AT (Reversed Law)
(kA)T = kAT (‘k’ is some constant)
(AT)T = A
SYMMETRIC MATRICES
54
Q10.
Q11.