๐Ÿš€ StudyNest is growing. New lessons and worksheets are added regularly.

MATRICES ยท LESSON 05

Matrix Multiplication

Check dimensions, then multiply row by column

โฑ๏ธ 30โ€“40 min ๐Ÿ“˜ Developing โ–ฆ Visual steps included

Learning Objectives

Introduction

This lesson develops Matrix Multiplication from meaning and patterns before moving to calculations. Look for what the quantities, shapes or symbols represent, then connect that idea to the method.

Key Notes

Read the definitions and key facts below carefully. Each rule is most useful when you can explain why it fits the situation, not simply recall it.

๐ŸŒฑ Matrix Multiplication: Row Meets Column

Matrix multiplication is not entry-by-entry multiplication. Each answer entry is created when one row from the first matrix meets one column from the second matrix.

First check the orders

(m ร— n)(n ร— p) โ†’ m ร— p

The inside numbers must match. The outside numbers give the order of the answer.

Select Row 1 and Column 1

2341ร—5216

Multiply matching terms

(2 ร— 5) + (3 ร— 1)

Multiply first, then add: 10 + 3 = 13.

Place it carefully

Row 1 ร— Column 1โ†’13???

Its position is determined by the row and column used.

Repeat systematically

Row 1 ร— Column 1 gives entry (1,1).
Row 1 ร— Column 2 gives entry (1,2).
Row 2 ร— Column 1 gives entry (2,1).
Row 2 ร— Column 2 gives entry (2,2).

Identity connection

Using I returns the original matrix because each row-column calculation selects one entry and adds zeros.

AI = IA = A
Common Trap: AB and BA are usually differentโ€”and sometimes only one of them is possible.

Compatibility

For (mร—n)(nร—p), the inner numbers must match; the product is mร—p.

(2ร—3)(3ร—4) gives 2ร—4. (2ร—3)(2ร—2) is impossible.

Row ร— Column

[2 3]
ร—
[4;5]
=
2ร—4+3ร—5=23

Full Example

12345678

(1,1): 1ร—5+2ร—7=19

(1,2): 1ร—6+2ร—8=22

(2,1): 3ร—5+4ร—7=43

(2,2): 3ร—6+4ร—8=50

Product=19224350.

AB is generally not equal to BA.

Practice Questions

  1. State the product order of (3ร—2)(2ร—5).
  2. Can (2ร—4)(3ร—2) be multiplied?
  3. Multiply 1324 by 215โˆ’1.

โœ… Check Your Work

Show answers and working
  1. 3ร—5.
  2. No; 4โ‰ 3.
  3. 17โˆ’224โˆ’2.

๐Ÿงฎ Row-by-Column Multiplication Visualiser

Click an answer cell to see the row and column used.

1234
ร—
5678
=
Select a product entry.

๐Ÿ“˜ Remember

Key idea

AB exists when the number of columns of A equals the number of rows of B. Each product entry comes from one row times one column.

โš ๏ธ Common Mistakes

Matrix multiplication is not entry-by-entry multiplication and generally AB โ‰  BA.

โญ Exam Tips

Write the orders first and predict the order of the answer before calculating.

๐ŸŒ Did You Know?

Matrix multiplication powers animations, 3D graphics and many machine-learning systems.

Common Mistakes

Exam Focus

Show the mathematical relationship you are using, keep notation consistent and give a clear final answer. Use a quick estimate, diagram or inverse operation to check that the result is reasonable.

Summary