Types of Matrix: Definition
Types of Matrix: Definition
Column Matrix:
Square Matrix:
A matrix with a single columns and any number of rows is called a
A matrix with equal number of rows and columns (i.e. m = n) is called as square
column matrix.
matrix.
Example:
A= 1 2 1
2 1 2 1
1 2 1 A= 2
3
Cont. Cont.
Diagonal Matrix: Unit matrix or Identity matrix:
A diagonal matrix is a square matrix in which all the elements except When the diagonal elements are one and no diagonal elements are zero then
those on the leading are zero. the matrix is called as unit matrix or identity matrix. A unit matrix is always as
square matrix.
Example: 2 0 0 Example:
A= 0 5 0 1 0 0
0 0 7 A= 0 1 0
Scalar Matrix: 0 0 1
A diagonal matrix in which all the diagonal elements are equal is called
the scalar matrix. Zero matrix or Null matrix:
A matrix in which every element is zero is called a zero matrix or null matrix.
Example:
Example:
3 0 0 0 0 0
A= 0 3 0 0 0 0
0 0 3 0 0 0
Multiplication of matrices:
A matrix may be multiplied by any one number or any
other matrix. Multiplication of a matrix by any one
number is called a scalar multiplication .One matrix may
also be multiplied by other matrix.