Menu
Theme

Form 3
Course Content
View Overview

Key Concepts

Matrices

Hello Future Mathematician! Welcome to the World of Matrices!

Ever looked at a school timetable, a football league table, or even a price list at the local duka? You're already looking at data organized in rows and columns. Well, get ready, because you're about to learn the super-powered mathematical way to handle this kind of information. We call them Matrices! Think of them as neat, powerful boxes for numbers that help us solve complex problems, from scheduling buses in Nairobi to creating amazing computer graphics.

Let's dive in and unlock the basic secrets of matrices together!

1. What Exactly is a Matrix?

A matrix is simply a rectangular arrangement of numbers, symbols, or expressions in rows and columns. We always enclose a matrix in brackets, usually round () or square []. Each number inside is called an element.

Real-World Example: Imagine a farmer, Kamau, tracks his harvest of maize and beans (in bags) from three different shambas (farms). He could write it down like this:
  • Shamba A: 10 bags of maize, 5 bags of beans
  • Shamba B: 12 bags of maize, 8 bags of beans
  • Shamba C: 8 bags of maize, 15 bags of beans
As a matrix, this looks much neater! We can call this Matrix H (for Harvest).

        Maize  Beans
         _       _
 Shamba A |  10     5  |
 Shamba B |  12     8  | = Matrix H
 Shamba C |_  8     15 _|

2. The Order of a Matrix: Its Size and Shape

The "order" of a matrix tells us its size. It's always written as (number of rows) x (number of columns). It's just like describing a classroom with 5 rows of desks and 4 columns of desks!

To find the order, you simply count the rows (the horizontal lines) and then the columns (the vertical lines).


Let's look at Kamau's harvest matrix H again:

   [ 10   5 ]  <--- Row 1
H = [ 12   8 ]  <--- Row 2
   [  8  15 ]  <--- Row 3
     ^    ^
     |    |
  Column 1 Column 2

Rows = 3
Columns = 2

So, the order of Matrix H is 3 x 2. (We say "three by two").

Important: The number of elements in a matrix is simply (rows) multiplied by (columns). For Matrix H, it has 3 x 2 = 6 elements.

> **Image Suggestion:** [An illustration of a vibrant Kenyan classroom. Desks are arranged in a perfect grid of 4 rows and 5 columns. Arrows with labels 'Rows' and 'Columns' point to the respective arrangements. A friendly teacher points to the grid, with a speech bubble saying, "The order here is 4 x 5!"]

3. Types of Matrices: The Matrix Family!

Matrices come in different shapes and sizes, just like a family. Let's meet the most common members.

a) Row Matrix

This is a matrix that has only one row. Easy to remember!

Example: The cost of basic items at a local shop.
Sukuma Wiki: KES 20, Tomato: KES 10, Onion: KES 15

P = [ 20  10  15 ]

Order of P is 1 x 3.

b) Column Matrix

You guessed it! This is a matrix with only one column.

Example: The number of students in three different streams in Form 2.
Form 2 North: 45 students
Form 2 South: 42 students
Form 2 East: 48 students

      _    _
     | 45 |
S =  | 42 |
     |_48_|

Order of S is 3 x 1.

c) Square Matrix

A matrix where the number of rows is equal to the number of columns. It forms a perfect square!

Example: A simple score table for a game between two school teams, Gor Mahia Youth and AFC Leopards Youth, showing wins and losses against each other.

          Gor   AFC
          _       _
      Gor | 1     1 |
      AFC |_0     2_|

This is a 2 x 2 square matrix.

d) Zero or Null Matrix

This is the easiest one! It's a matrix where all the elements are zero. It doesn't matter what its order is.


A 2x2 Null Matrix:      A 2x3 Null Matrix:
   _       _               _           _
O = | 0   0 |            O = | 0   0   0 |
   |_0   0_|               |_0   0   0_|

e) The Identity Matrix (A Very Special Matrix!)

The Identity Matrix is a game-changer for later topics. It is a square matrix where:

  • All elements on the main diagonal (from top-left to bottom-right) are 1.
  • All other elements are 0.
We usually represent it with the letter I. It's like the number '1' in the world of matrices.


ASCII Art showing the main diagonal:

   [ 1  0  0 ]   The main diagonal
     \ | /      is where the 1s are!
   [ 0  1  0 ]
       \|/
   [ 0  0  1 ]


A 2x2 Identity Matrix:      A 3x3 Identity Matrix:
   _       _                   _           _
I = | 1   0 |                I = | 1   0   0 |
   |_0   1_|                   | 0   1   0 |
                               |_0   0   1_|
> **Image Suggestion:** [A cool, stylized graphic showing a 3x3 Identity Matrix. The '1's on the main diagonal are glowing brightly, and a transparent line is drawn through them, labeled 'Main Diagonal'. The background is dark to make the numbers pop.]

Let's Recap!

Wow, you've learned so much already! Let's quickly remember the key terms:

  • Matrix: A rectangular grid of numbers in rows and columns.
  • Element: A single number inside a matrix.
  • Order: The size of the matrix, written as (rows x columns).
  • Square Matrix: Rows = Columns.
  • Identity Matrix (I): A square matrix with 1s on the main diagonal and 0s everywhere else.

Fantastic work today! Understanding these basic concepts is the foundation for everything else we will do with matrices, like adding, subtracting, and multiplying them. Keep practicing, stay curious, and you'll be a matrix master in no time. See you in the next lesson!

Pro Tip

Take your own short notes while going through the topics.

Previous Key Concepts
KenyaEdu
Add KenyaEdu to Home Screen
For offline access and faster experience