1st Year Math Chapter 4 Exercise 4.1 Notes: Introduction to Matrices — Types and Operations (Punjab Board 2026-27)

Complete concept notes, formulas, and solved examples for ICS/FSc Part 1 Mathematics, Punjab Board (PECTAA), Single National Curriculum 2026-27 session.

Chapter 4, Matrices and Determinants, follows Theory of Quadratic Functions in the 14-unit Mathematics 11 (PECTAA) textbook. Exercise 4.1 introduces matrices — what they are, the common types, and how to add, subtract, and multiply them.

What Does This Exercise Cover?

This exercise builds the vocabulary and basic operations needed for the rest of the chapter: recognizing different types of matrices, checking when two matrices are equal, and performing addition, subtraction, scalar multiplication, and matrix multiplication.

Key Concepts

1. What Is a Matrix?

A matrix is a rectangular array of numbers arranged in rows and columns. A matrix with m rows and n columns is said to have order m × n (read ‘m by n’).

2. Types of Matrices

Matrices are classified by their shape and the pattern of their entries — see the table below for the most common types.

3. Equality of Matrices

Two matrices are equal only if they have the same order and every corresponding entry is equal.

4. Addition, Subtraction, and Scalar Multiplication

Matrices can only be added or subtracted if they have the same order — corresponding entries are simply added or subtracted. In scalar multiplication, every entry of the matrix is multiplied by the same number (the scalar).

5. Multiplication of Matrices

To multiply matrix A (of order m × n) by matrix B, the number of columns of A must equal the number of rows of B. Each entry of the product is found by multiplying corresponding entries of a row of A with a column of B and adding the results.

Common Types of Matrices

TypeDescriptionExample
Row MatrixHas only one row[1  2  3]
Column MatrixHas only one column[1; 2; 3]
Square MatrixSame number of rows and columnsA 2×2 or 3×3 matrix
Diagonal MatrixSquare matrix with non-zero entries only on the main diagonaldiag(2, 3, 5)
Identity MatrixDiagonal matrix with every diagonal entry equal to 1I (denoted with 1’s on the diagonal)
Null (Zero) MatrixEvery entry is zeroA matrix of all 0’s

Solved Examples

Example 1: Given A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], find A + B.

Add corresponding entries: (1+5, 2+6) in row 1, and (3+7, 4+8) in row 2.

Answer: A + B = [[6, 8], [10, 12]]

Example 2: Multiply A = [[1, 2], [3, 4]] by the scalar k = 3.

Multiply every entry of A by 3: (1×3, 2×3, 3×3, 4×3).

Answer: 3A = [[3, 6], [9, 12]]

Example 3: Multiply A = [[1, 2], [3, 4]] by B = [[5, 6], [7, 8]].

Row 1 of A with Column 1 of B: (1×5 + 2×7) = 19.

Row 1 of A with Column 2 of B: (1×6 + 2×8) = 22.

Row 2 of A with Column 1 of B: (3×5 + 4×7) = 43.

Row 2 of A with Column 2 of B: (3×6 + 4×8) = 50.

Answer: AB = [[19, 22], [43, 50]]

Sample MCQs

1. A matrix with only one row is called a:

a) Column matrix   b) Row matrix   c) Square matrix   d) Null matrix

Answer: b) Row matrix

2. Two matrices can be added only if they have:

a) The same number of rows only   b) The same order   c) One of them square   d) Both being identity matrices

Answer: b) The same order

3. The identity matrix is a special case of a:

a) Row matrix   b) Diagonal matrix   c) Null matrix   d) Column matrix

Answer: b) Diagonal matrix

4. To multiply matrix A (m × n) by matrix B (p × q), it is required that:

a) m = p   b) n = p   c) n = q   d) m = q

Answer: b) n = p

5. In scalar multiplication kA, each entry of A is:

a) Added to k   b) Multiplied by k   c) Divided by k   d) Left unchanged

Answer: b) Multiplied by k

Important Short Questions

  • Define a matrix and explain what its order tells you.
  • What is the difference between a row matrix and a column matrix?
  • Define the identity matrix.
  • State the condition required to add two matrices.
  • State the condition required to multiply two matrices.

Important Long Questions

  • Given A = [[2, 1], [0, 3]] and B = [[1, 4], [2, −1]], find A + B, A − B, and 2A − 3B.
  • Given A = [[1, 2], [3, 4]] and B = [[0, 1], [1, 0]], find AB and BA, and state whether matrix multiplication is commutative.
  • Define diagonal, scalar, and identity matrices, giving one example of each.
  • Explain why matrix multiplication requires the number of columns of the first matrix to equal the number of rows of the second.

How to Approach This Exercise Effectively

  1. Always write down the order of each matrix before starting a problem — it immediately tells you whether an operation is even possible.
  2. For matrix multiplication, work one row-column pair at a time and write out the sum before simplifying, to avoid arithmetic slips.
  3. Practice computing both AB and BA for the same two matrices to see firsthand why matrix multiplication is not commutative in general.
  4. Memorize the type definitions (row, column, square, diagonal, identity, null) with one example each — they’re a common source of quick MCQs.
  5. Double-check addition and subtraction by re-adding the entries in a different order as a quick verification.

FAQs

Q: What does the order of a matrix tell you?

A: It tells you the matrix’s shape — the number of rows and columns — which determines whether it can be added to, or multiplied with, another matrix.

Q: Is matrix multiplication commutative?

A: No — in general, AB does not equal BA, even when both products are defined; order matters in matrix multiplication.

Q: Can you add two matrices of different orders?

A: No — addition and subtraction are only defined between matrices of exactly the same order.

Q: What is a null matrix used for?

A: It acts like the number zero in matrix algebra — adding a null matrix to any matrix of the same order leaves that matrix unchanged.

Notes prepared for Punjab Board (PECTAA) 1st Year Mathematics, 2026-27 session, Chapter 4: Matrices and Determinants, Exercise 4.1.