Open In App

Order of Matrix

Order of the matrix defines the number of rows and columns that a matrix has. In a matrix, data is arranged as an array of elements. This data is arranged in rows and columns, and the number of rows and columns any matrix has defines the Order of the matrix. Suppose any matrix has 5 rows and 3 columns then the order of the matrix is 5×3.

In this article, we will learn about the order of matrices in detail.



What is Order of Matrix?

Order of the matrix is referred to as the number of rows and columns. It indicates the dimension of a matrix and also gives the number of elements in a matrix. If a matrix has “m” rows and “n” columns, then the order of the matrix is said to be “m × n,” and the matrix will have “mn” elements. For example, the matrix given below has 4 rows and 5 columns. So, the order of the matrix is “4 × 5” and the matrix has 20 elements.



Note: The first number in the order of a matrix always represents the number of rows in the matrix, while the second number represents the number of columns in the matrix.

Read More about Matrix.

How to Determine the Order of Matrix?

Order of the matrix is determined by the number of rows and columns present in the matrix. For example, if a matrix has “m” rows and “n” columns, then the order of the matrix is said to be “m × n.” Now, let us look at some examples to understand the concept better.

We can see that the matrix P has 1 row and 4 columns. So, the order of the matrix P is written as “1 × 4.”

We can see that the matrix Q has 2 rows and 3 columns. So, the order of the matrix Q is written as “2 × 3.”

We can see that the matrix R has 3 rows and 3 columns. So, the order of the matrix R is written as “3 × 3.”

Note: If a matrix has “mn” elements, then the product of m and n can be written in more than one way, i.e., 1 × mn, m × n, n × m, mn × 1. So, if a matrix has “mn” elements, then the order of the matrix can be written in different ways for the given number of elements.

Type of Matrices Based on Order of Matrix

The order of a matrix indicates its dimension and also defines the various types of matrices. The following are some different matrices that are classified based on the order of a matrix.

Singleton Matrix

A singleton matrix is defined as a matrix that has only one element, i.e., it has only one row and one column. So, the order of a singleton matrix is “1 × 1”

Row Matrix

A row matrix is defined as a matrix that has only one row. A matrix “A = [aij]” is said to be a row matrix if the order of the matrix is “1 × n”

Column Matrix

A column matrix is defined as a matrix that has only one column. The matrix “A = [aij]” is said to be a column matrix if the order of the matrix is “m × 1”

Rectangular Matrix

A rectangular matrix is defined as a matrix that does not have an equal number of rows and columns. The order of a rectangular matrix that has “m” rows and “n” columns is “m × n” 

Square Matrix

A square matrix is defined as a matrix that has an equal number of rows and columns. The order of a square matrix that has “n” rows and “n” columns is “n × n” 

Important Points on Order of Matrix

Following are some important points on the order of a matrix:

Also, Check

Solved Examples on Order of Matrix

Example 1: Determine the order of the matrix given below.

Solution:

Number of rows in the given matrix A = 5

Number of columns in the given matrix A = 4

We know that the order of the matrix = number of rows × number of columns

Therefore, the order of the given matrix A = 5 × 4

Example 2: If “P” is a matrix of order “2 × 3” and “Q” is a matrix of order “3 × 3”, then what is the order of the matrix “P + Q”?

Solution:

Given data:

The order of the matrix “P” = “2 × 3”

The order of the matrix “Q” = “3 × 3”

We can see that the order of the given matrices is different. So, the “P + Q” matrix does not exist, as we cannot add two matrices of different orders.

Example 3: Determine the order of the matrix, if a matrix “B” has ten elements in total.

Solution:

Given data:

Number of elements in matrix B = 10

Now, write all the possible factors of 10.

10 = 1 × 10

10 = 2 × 5

10 = 5 × 2

10 = 10 × 1

Hence, we have four different ways to write the order of a matrix “B”, for the given number of elements they are A1×10, A2×5, A5×2 A10×1

Example 4: Determine the types of matrices based on the order of the matrices.

Solution:

  • A2×3  The given matrix “A” has two rows and three columns. So, “A” is a rectangular matrix as the number of rows in the matrix is not equal to the number of columns.
  • B1×5 The given matrix “B” has one row and five columns. So, “B” is a row matrix as it has one row and five columns.
  • C4×4 The given matrix “C” has four rows and four columns. So, “A” is a square matrix as the number of rows in the matrix is equal to the number of columns.
  • D2×1 The given matrix “D” has one column and two rows. So, “D” is a column matrix as it has one column and two rows.

FAQs on Order of Matrix

What is meant by a matrix?

A “matrix” is referred to as a rectangular array of numbers that are arranged in rows and columns.

What is meant by the order of a matrix?

In a matrix, the number of rows and columns is expressed by the order of the matrix. It indicates the dimension of a matrix and also gives the number of elements in a matrix.

What is a singleton matrix?

A singleton matrix is defined as a matrix that has only one element, i.e., it has only one row and one column. So, the order of a singleton matrix is “1 × 1.”

How can we determine the number of elements from the order of the matrix?

We know that the order of a matrix is equal to the product of the number of rows and columns. So, this product gives us the number of elements in a matrix. For example, if a matrix has “m” rows and “n” columns, then the order of the matrix is said to be “m × n,” and the matrix will have “mn” elements. 


Article Tags :