BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon102 Learners

Last updated on September 29, 2025

Order of Matrix

Professor Greenline Explaining Math Concepts

A matrix is a rectangular array arranged in rows and columns. The order of a matrix refers to the number of rows (m) and columns (n), and is written as m × n.

Order of Matrix for US Students
Professor Greenline from BrightChamps

What is the order of the matrix?

The order of a matrix describes its dimensions in terms of the number of rows and columns. That is how many rows and columns. It is also represented as m × n, where m is the number of rows and n is the number of columns in the matrix. The diagram shows how the rows and columns are arranged in a matrix.
 

Professor Greenline from BrightChamps

How Can We Determine the Order of a Matrix?

To determine the order of a matrix, first count the number of rows and the number of columns it has.

7
8
9

For example, 
Let A = 21 43 65 and B =   


Matrix A has 2 rows and 3 columns.
Matrix B has 3 rows and 1 column.


The two matrices are denoted as A and B. In a matrix, specific notation is used to identify the rows and columns.

A = [aij]
B = [bij]
i and j are indices that help locate the position of the elements in the matrix
i  denotes a row number.
j  denotes a column number.
For example,
Which is A = a21 = 2, a21 means the element in the 2nd row and 1st column of matrix A is 2.
Which is B = b11 = 7, b11 means the element in the 1st  row and 1st column of matrix B is 7.
 

Professor Greenline from BrightChamps

Number of Elements in Matrix

The number of elements in a matrix is the total count of individual entries. It is found by multiplying the number of rows by the number of columns: number of elements = number of rows × number of columns = m × n, where m is the number of rows and n is the number of columns. For example, A = 53 97 1311. Matrix A has 2 rows and 3 columns, so it contains 6 elements.
 

Professor Greenline from BrightChamps

Type of Matrices Based on Order of Matrix

 The order of the matrix indicates how many rows and columns it has. 

  • Row matrix
  • Column Matrix
  • Square Matrix
  • Rectangular Matrix
  • Transpose Matrix

 

 

Row Matrix
A row matrix is a matrix with only one row and several columns. Its order is written as 1 × n.

 

 

Column Matrix:
A column matrix has only one column and multiple rows. So the order of the column matrix is m × 1.

 

 

Square Matrix
The square matrix has an equal number of rows and columns. So the order of a square matrix is n × n.

 

 

Rectangular Matrix
The matrix with different numbers of rows and columns is called a rectangular matrix. Its order is m × n, where m  n.

 

 

Transpose Matrix
The transpose matrix is the formation of the original matrix; its rows and columns are interchanged. If the matrix has an order which is m × n, then its transpose AT will be n × m.
 

Professor Greenline from BrightChamps

Order of Matrix for Different Matrix Operations

The order of matrices plays a crucial role when performing operations like addition, subtraction, and multiplication.

 

 

Addition and Subtraction of Matrix
For two matrices to be added or subtracted, they must have the same order, which means the same number of rows and columns.

 

Multiplication Matrix
The multiplication of matrices has a condition on the order of the matrices. For number two matrices to be multiplied, the number of columns in the first matrix must be the same as the number of rows in the second matrix.
 

Professor Greenline from BrightChamps

Real Life Applications on Order of Matrix

The order of a matrix has practical applications in daily life, especially in technology and data organization. Below are some examples of where it is used.

  •  Photography and Graphics: The order of the matrix is used in digital images, which are made up of pixels arranged in rows and columns, just like elements of a matrix. 
  • Seating Arrangements in Events or Classrooms: The order of the matrix is used to arrange the seats for events or classrooms. It can help to determine how many people can fit in the room. For example, if there are 10 rows of seats and 6 columns, the seating layout can be represented as a 10 × 6 matrix. This helps in organizing seat numbering, exits, and is useful for planning seating arrangements, like in auditoriums or exam centers.
  •  Spreadsheet Data Entry: When we enter data into a spreadsheet, it is arranged in a grid of rows and columns, similar to the structure of a matrix.
  •  Data Science and Machine Learning: In machine learning, datasets are often represented as matrices, with rows showing data samples and columns showing features or attributes.
  •  Timetables and Scheduling: A school timetable can be represented as a matrix with rows indicating the days and columns indicating the class periods. 
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Order of Matrix

Learning the order of a matrix is easy. However, the students often make mistakes when determining the order of a matrix. Here are some common mistakes to be aware of when solving the problems.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Confusing the number of rows with the number of columns
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Many students write the order of a matrix as columns × rows, which is incorrect. Always write the number of rows first, then write the columns. The correct format is rows × columns.
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Counting only the total number of elements
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

 Some students count all the elements and try to guess the order. But the order of a matrix is determined by the arrangement of elements into rows and columns, not just by the total count.
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

 Forgetting that transposing changes the order
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When students take the transpose of a matrix, its rows become columns and its columns become rows. So, this means a matrix with order m × n will have order n × m after transposition. Always check the rows and columns after transposing.
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misreading a matrix written in a single line
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

When matrices are written like [2 4 6 8], some students misunderstand and think it is a square matrix. In reality, this is a 1 × 4 matrix, which means 1 row and 4 columns. Always visualize the arrangement of rows and columns, even if the matrix is shown in one line.
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Assuming all matrices are square
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Some students may assume that all matrices are square (same number of rows and columns), but this is not always true. Always count carefully. If the matrix has 3 rows and 2 columns, the order is 3 × 2, not square. It’s a rectangular matrix.
 

arrow-right
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples on Order of Matrix

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Subtract B from A to find the order of the result A = [2 3 6] and B = [1 0 5]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Order = 1 × 3
 

Explanation

Matrix A has order = m × n = 1 × 3
Matrix B has order = m × n = 1 × 3
They have the same order, so the subtraction is possible.
The solution will also have the same order.
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the order of the matrix A = 63 129 1815

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

2 × 3
 

Explanation

Matrix A has
Number of rows = 2
Number of columns = 3
Order of matrix A = 2 × 3
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Determine the order of matrix D -2 3 5 5 D =

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

4 × 1
 

Explanation

In the matrix D
Number of rows = 4
Number of columns = 1
So the order of the matrix D = 4 × 1
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Matrix C = [5 0]. What is the order of matrix C?

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

 1 × 2
 

Explanation

Number of rows in the matrix C = 1
Number of columns in the matrix C = 2
The order of matrix C = 1 × 2
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Find the order of the matrix E E = 7 8 9 10 11 13

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

3 × 2

Explanation

Matrix E has 3 rows and 2 columns 
So, the order of matrix E is 3 × 2
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Order of Matrix

1.What does the order of a matrix mean?

The order of the matrix refers to the number of rows and columns in the matrix, which is written as m × n.

Math FAQ Answers Dropdown Arrow

2.Does transposing a matrix change its order?

Yes, transposing is switching the rows and columns, changing the order from m × n to n × m.
 

Math FAQ Answers Dropdown Arrow

3.Does the order of a matrix tell the number of elements?

Yes, the number of elements is written as m × n, where m is the number of rows and n number of columns.

Math FAQ Answers Dropdown Arrow

4.What are the conditions to solve the order of matrices for addition and subtraction?

For addition or subtraction, the matrices must have the same order.

Math FAQ Answers Dropdown Arrow

5.What are the types of matrices based on the order of the matrix?

  • Row matrix
  • Column Matrix
  • Square Matrix
  • Rectangular Matrix
  • Transpose Matrix
     

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom