Matrix and Its Order
A matrix is a rectangular arrangement of numbers or expressions in rows and columns, usually written inside square brackets. If it has m rows and n columns, its order is m x n.
Practice This ConceptLearn the concept
Student-friendly explanation
The first number in the order always counts rows and the second counts columns. An entry a_ij means the element in the i-th row and j-th column. A matrix with the same number of rows and columns is square; otherwise, it is rectangular.
How to write this in exams
- 1
Start with the exact idea
A matrix is a rectangular arrangement of numbers or expressions in rows and columns, usually written inside square brackets. If it has m rows and n columns, its order is m x n.
- 2
Then show how to use it
Count horizontal lines of entries for rows. Count entries in any one row for columns. Write order as rows x columns. For a_ij, move to row i first, then column j.
- 3
Add one concrete example
A = [[2, -1, 3], [0, 4, 5]] has 2 rows and 3 columns, so its order is 2 x 3. The entry a_23 is 5.
- 4
Avoid this incomplete answer
Writing a_ij by moving to column i first and row j second, which reverses the position.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
If A = [[1, 2], [3, 4], [5, 6]], what is the order of A and what is a_32?
A has 3 rows and 2 columns, so its order is 3 x 2. The entry a_32 is 6.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?