aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesMath AI HLTopic 1.14Introduction to matrices
Back to Math AI HL Topics
1.14.14 min read

Introduction to matrices (Math AI HL)

IB Mathematics: Applications and Interpretation • Unit 1

IB exam ready

Study like the top scorers do

Access a smart study planner, AI tutor, and exam vault — everything you need to hit your target grade.

Start Free

Contents

  • What a matrix is: order, adding & scaling
  • Matrix multiplication & the identity
A matrix is just a labelled grid of numbers: Picture a delivery company storing how many parcels each of 2 vans carries to 3 zones. You write the numbers in a grid — that grid is a matrix.

Its order is written rows × columns (rows first, always). A grid with 2 rows and 3 columns is a 2 × 3 matrix.

Why bother? A matrix lets you handle a whole table of numbers in one step — add two months' data, scale everything up by 10%, or combine tables — instead of touching each entry by hand.
Order = rows × columns. This A has 2 rows and 3 columns.
Adding and scaling — entry by entry: Add / subtract: only matrices of the same order can be added — you add matching entries.

Scalar multiply: multiply every entry by the number. Scaling a sales table by 1.1 raises every figure by 10% at once.

These behave exactly like ordinary arithmetic, just done to a whole grid at once.

IB-style question — combine two weeks of orders

A bakery records loaves sold at two shops over two days as W1 and W2 (rows = shops, columns = days):

W1 = ((12, 9), (7, 15)), W2 = ((10, 11), (8, 13)).

Find the total W1 + W2, and find 2·W1 (a forecast of double demand).

Step by step

  1. Add matching entries (both are 2×2, so this is allowed).
  2. Scalar multiply: double every entry of W1.

Final answer

Total = ((22, 20), (15, 28)). Doubled W1 = ((24, 18), (14, 30)). In context: shop 1 sold 22 loaves on day 1 across both weeks.

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime
Multiply row by column — match the inner numbers: Matrix multiplication is not entry-by-entry. To get an entry of AB, you slide along a row of A and down a column of B, multiply pair-by-pair, and add.

The rule for whether you even can: an (m × n) times an (n × p) works only when the inner numbers match (A's columns = B's rows). The answer is (m × p) — the outer numbers.

Real use: if A holds 'parcels per route' and B holds 'cost per route', then AB gives total cost — multiplication chains two tables together. Order matters: AB is usually not BA.
Each entry = (a row of the left) · (a column of the right).

IB-style question — chain two 2×2 matrices

Let A = ((2, 1), (0, 3)) and B = ((1, 4), (2, 5)).

Find the product AB.

Step by step

  1. Check the orders: (2×2)(2×2) — inner 2's match, so the product is 2×2.
  2. Top-left = (row 1 of A)·(col 1 of B) = 2·1 + 1·2.
  3. Top-right = 2·4 + 1·5; bottom-left = 0·1 + 3·2; bottom-right = 0·4 + 3·5.

Final answer

AB = ((4, 13), (6, 15)). (Check BA — you get a different matrix, so order matters.)

The identity matrix I — the 'multiply by 1' of matrices: The identity has 1's down the diagonal and 0's elsewhere. For 2×2:

I = ((1, 0), (0, 1)).

Multiplying by it changes nothing: AI = IA = A, just like ×1 for ordinary numbers. It's the matrix that 'does nothing', which is exactly what an inverse must undo back to (next section).

IB-style question — multiplying by the identity

Show that for A = ((7, −2), (3, 5)), the product AI equals A, where I = ((1, 0), (0, 1)).

Step by step

  1. Each entry: row of A times a column of I (which just 'picks out' one entry).
  2. Simplify.

Final answer

AI = A — the identity leaves A unchanged, confirming I acts like the number 1.

Try an IB Exam Question — Free AI Feedback

Test yourself on Introduction to matrices. Write your answer and get instant AI feedback — just like a real IB examiner.

Given P = ((3, −1), (2, 4)) and Q = ((5, 0), (1, 6)), find P + Q and 3P. [2 marks]

Related Math AI HL Topics

Continue learning with these related topics from the same unit:

1.1.1Converting to standard form
1.1.2Back to ordinary form
1.1.3Calculations with standard form
1.1.4Validity checks and GDC output
View all Math AI HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Math AI HL

Previous
1.13.2De Moivre & applications
Next
Eigenvalues & eigenvectors1.15.1

11 questions to test your understanding

Reading is just the start. Students who tested themselves scored 82% on average — try IB-style questions with AI feedback.

Start FreeView All Math AI HL Topics