Day5.Matrices Notes
Day5.Matrices Notes
Matrix
●
A matrix is an arrangement of numbers in rows and columns.
●
A matrix having m rows and n columns is called a matrix of order m × n and the
number of elements in this matrix will be mn.
a11 a12 a13 ... a1 n
a a22 a23 ... a2 n
●
A matrix of order m × n is of the form A = 21
... ... ... ... ...
a
m1 am2 am3 ... amn
Types of Matrices
●
If all elements of a matrix are zero, then it is called a null or zero matrix and it is
denoted by O.
●
A matrix which has only one row and any number of columns is called a row matrix
and if it has only one column and any number of rows, then it is called a column
matrix.
●
If in a matrix, the number of rows and columns are equal, then it is called a square
matrix. If A = [aij]n × n , then it is known as square matrix of order n.
●
If in a matrix, the number of rows is less/greater than the number of columns, then it
is called rectangular matrix.
●
If in a square matrix, all the non-diagonal elements are zero, it is called a diagonal
matrix.
If in a square matrix, all non-diagonal elements are zero
Transpose of a Matrix
●