Letโs learn the different types of matrices
ย
Column matrices
A column matrix only has 1 column
Example ย
Example
So, column matrix is of the order m ร 1
We write it as
ย A = [a ij ] m ร 1
ย
Row matrices
A row matrix only has 1 row
ย
Example
So, row matrix is of the order 1 ร n
We write it as
ย A = [a ij ] 1 ร n
ย
Square matrix
A square matrix has equal number of rows & columns
ย
Example
So, a square matrix is of the order m ร m
We write it as
ย A = [a ij ] m ร m
ย
Diagonal matrix
In A diagonal matrix, the non-diagonal of element are zero.
A diagonal matrix is possible only in a square matrix
ย
Example
ย
So, in a diagonal matrix
- It is should be a square matrix
- Non-diagonal elements are 0
Scalar matrix
A scalar matrix is a diagonal matrix where diagonal elements are equal
ย
Example
So, in a scalar matrix
- It is a square matrix
- Non diagonal elements are 0
- Diagonal elements are equal
Identity matrix
An identity matrix is a diagonal matrix where all diagonal elements are 1
ย
So, in a Identity matrix
- It is a square matrix
- Non diagonal elements are 0
- All diagonal elements are 1
Note : An identity matrix is a scalar matrix
ย