Before we determine the order of matrix, we should first understand what is a matrix. Matrices are defined as a rectangular array of numbers or functions. Since it is a rectangular array, it is 2-dimensional. Basically, a two-dimensional matrix consists of the number of rows (m) and a number of columns (n). The order of matrix is equal to m x n (also pronounced as ‘m by n’).
Order of Matrix = Number of Rows x Number of Columns
See the below example to understand how to evaluate the order of the matrix. Also, check Determinant of a Matrix.
In the above picture, you can see, the matrix has 2 rows and 4 columns. Therefore, the order of the above matrix is 2 x 4. Now let us learn how to determine the order for any given matrix.
How to determine the order of matrix?
Let us take an example to understand the concept here.
\begin{matrix}
3 & 4 & 9\cr
12 & 11 & 35 \cr
\end{matrix}
\right]
\end{array} \)
\begin{matrix}
2 & -6 & 13\cr
32 & -7 & -23 \cr
-9 & 9 & 15\cr
8 & 25 & 7\cr
\end{matrix}
\right]
\end{array} \)
The two matrices shown above A and B. The general notation of a matrix is given as:
You can see that the matrix is denoted by an upper case letter and its elements are denoted by the same letter in the lower case.
So, in the matrices given above, the element
∴a21 = 12
Similarly,
Can you write the notation of 15 for matrix B ?
Since it is in
If the matrix has
\begin{matrix}
3 & 4 & 9\cr
12 & 11 & 35 \cr
\end{matrix}
\right]_{2 × 3}
\end{array} \)
\begin{matrix}
2 & -6 & 13\cr
32 & -7 & -23 \cr
-9 & 9 & 15\cr
8 & 25 & 7\cr
\end{matrix}
\right]_{4 × 3}
\end{array} \)
So, if you have to find the order of the matrix, count the number or its rows and columns and there you have it.
Note:
|
Number of Elements in Matrix
In the above examples, A is of the order 2 × 3. Therefore, the number of elements present in a matrix will also be 2 times 3, i.e. 6.
Similarly, the other matrix is of the order 4 × 3, thus the number of elements present will be 12 i.e. 4 times 3.
This gives us an important insight that if we know the order of a matrix, we can easily determine the total number of elements, that the matrix has. The conclusion hence is:
If a matrix is of  m × n  order, it will have mn elements.Â
But is the converse of the previous statement true?
The converse says that: If the number of element is mn, so the order would be m × n. This is definitely not true. It is because the product of mn can be obtained by more than 1 ways, some of them are listed below:
- mn × 1
- 1 × mn
- m × n
- n × m
For example: Consider the number of elements present in a matrix to be 12. Thus the order of a matrix can be either of the one listed below:
Thus, we have 6 different ways to write the order of a matrix, for the given number of elements.
Let us now look at a way to create a matrix for a given funciton:
For
So, this matrix will have 6 elements as following:
\begin{matrix}
P_{11} & P_{12}\cr
P_{21} & P_{22} \cr
P_{31} & P_{32} \cr
\end{matrix}
\right]
\end{array} \)
Now, we will calculate the values of the elements one by one. To calculate the value of
Hence,
\begin{matrix}
-1 & -3\cr
0 & -2 \cr
1 & -1 \cr
\end{matrix}
\right]_{3 × 2}
\end{array} \)
There you go! You now know what order of matrix is, and how to determine it. To know more, download BYJU’S-The Learning App and study in an innovative way.
Comments