C
CraftExam
high importancemedium8 min

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 Concept

Learn 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. 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. 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. 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. 4

    Avoid this incomplete answer

    Writing a_ij by moving to column i first and row j second, which reverses the position.

Definition

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.

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.

Rule to remember

Order rule: order = number of rows x number of columns. Element notation: a_ij is the element in row i and column j.

Memory hook

Order follows reading a classroom: rows first, columns next.

Examples and method

Worked example

Let A = [[7, 0, -2], [5, 1, 4]]. Number of rows = 2 and number of columns = 3. Therefore, order of A = 2 x 3. The element in row 2, column 1 is a_21 = 5.

Method to apply

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.

Diagram support

A separate diagram is not needed because the row-column layout itself shows the structure. Students should still mark rows horizontally and columns vertically when identifying order.

How CBSE asks it

Usually asked as identification of order, finding a particular element a_ij, or checking whether two given matrices can be added, multiplied, or compared for equality.

Avoid common mistakes

Common confusion

Students often write the order as columns x rows. For a matrix with 2 rows and 3 columns, writing 3 x 2 loses the basic notation mark.

Common wrong answer

Writing a_ij by moving to column i first and row j second, which reverses the position.

Exam tip

Before any operation, write the order of each matrix. This immediately tells whether addition, equality, or multiplication is possible.

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

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-mark answer

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. Order rule: order = number of rows x number of columns. Element notation: a_ij is the element in row i and column j. 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.

3-mark answer

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. Order rule: order = number of rows x number of columns. Element notation: a_ij is the element in row i and column j. Let A = [[7, 0, -2], [5, 1, 4]]. Number of rows = 2 and number of columns = 3. Therefore, order of A = 2 x 3. The element in row 2, column 1 is a_21 = 5. Usually asked as identification of order, finding a particular element a_ij, or checking whether two given matrices can be added, multiplied, or compared for equality. Writing a_ij by moving to column i first and row j second, which reverses the position.
MCQ Quiz

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.

10 MCQs5 MinutesInstant Results
Practice This Concept

Help improve this page

Found something confusing, incorrect, or missing?