If a matrix has 6 elements, the number of possible orders it can have are
4
If a matrix is of order m × n, it has mn elements. Thus, to find
all possible orders of a matrix with 6 elements, first find all ordered pairs of natural
numbers, whose product is 6.
Thus, all possible ordered pairs are (1, 6), (6, 1), (3, 2), (2, 3)
Hence, the number of possible orders are 4.