WAEC WAEC Nigeria General Mathematics

Revision Notes

Topic navigation panel

Topic navigation panel

(Matrices and Determinants)

Matrices Operations

Matrix Operations

A matrix is a rectangular array of numbers arranged in rows and columns. Matrix operations are used in solving systems of equations, transformations, and more. You’ll need to know how to add, subtract, and multiply matrices, as well as find their scalar multiples.

 

Matrix Notation

A matrix is usually written in square brackets:

A=[1234]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}

  • This is a 2×2 matrix (2 rows, 2 columns)
  • The number in the first row and second column is 2

Tuity Tip

Hover me!

  • The size of a matrix is always written as rows × columns (not the other way around).
  • Only matrices of the same size can be added or subtracted.

 

Matrix Addition and Subtraction

Add or subtract corresponding elements — this means element by element.

Example:

Let

A=[2513],B=[4172]A = \begin{bmatrix} 2 & 5 \\ 1 & 3 \end{bmatrix}, \quad B = \begin{bmatrix} 4 & 1 \\ 7 & 2 \end{bmatrix}

Then:

A+B=[2+45+11+73+2]=[6685]A + B = \begin{bmatrix} 2 + 4 & 5 + 1 \\ 1 + 7 & 3 + 2 \end{bmatrix} = \begin{bmatrix} 6 & 6 \\ 8 & 5 \end{bmatrix}

AB=[24511732]=[2461]A - B = \begin{bmatrix} 2 - 4 & 5 - 1 \\ 1 - 7 & 3 - 2 \end{bmatrix} = \begin{bmatrix} -2 & 4 \\ -6 & 1 \end{bmatrix}

Tuity Tip

Hover me!

  • Always check that the matrices have the same size before adding or subtracting.
  • Work element by element — match up positions carefully.

 

Scalar Multiplication

To multiply a matrix by a number (called a scalar), multiply each element in the matrix by that number.

Example:

3×[2104]=[63012]3 \times \begin{bmatrix} 2 & -1 \\ 0 & 4 \end{bmatrix} = \begin{bmatrix} 6 & -3 \\ 0 & 12 \end{bmatrix}

Tuity Tip

Hover me!

  • Scalar multiplication changes the size of each entry but not the size of the matrix.
  • Signs (positive/negative) matter — be careful when multiplying.

 

Matrix Multiplication (2 × 2)

To multiply two matrices A×BA \times B:

  • Multiply the rows of A by the columns of B.
  • This operation is not element-by-element!

Important: Matrix multiplication is only defined when the number of columns in the first matrix equals the number of rows in the second.

Example:

Let

A=[1234],B=[2015]A = \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}, \quad B = \begin{bmatrix} 2 & 0 \\ 1 & 5 \end{bmatrix}

AB=[(1×2+2×1)(1×0+2×5)(3×2+4×1)(3×0+4×5)]=[4101020]AB = \begin{bmatrix} (1\times2 + 2\times1) & (1\times0 + 2\times5) \\ (3\times2 + 4\times1) & (3\times0 + 4\times5) \end{bmatrix} = \begin{bmatrix} 4 & 10 \\ 10 & 20 \end{bmatrix}

Tuity Tip

Hover me!

  • Matrix multiplication is not commutative: ABBAAB \neq BA in general.
  • Use row × column rule: Row from the first matrix × Column from the second.
  • Only multiply matrices when the inner dimensions match: m×nm \times n with n×pn \times p.

 

Zero and Identity Matrices

  • Zero matrix: All elements are 0
  • Identity matrix: 1s on the diagonal, 0s elsewhere

I=[1001],A×I=AI = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}, \quad A \times I = A

Tuity Tip

Hover me!

  • The identity matrix is like 1 for multiplication — it doesn’t change the matrix.
  • Multiplying any matrix by a zero matrix gives another zero matrix.

 

Worked Example

Worked Example

Let A=[3124]A = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix}. Find 2AI2A - I

Tuity Tip

Hover me!

  • Always follow the order of operations when combining scalar multiplication and matrix subtraction.
  • Identity matrix only works for square matrices when multiplying.

Choose Your Study Plan

MonthlyAnnualSave 20%

Plus

£4.99/month
  • Everything in Free plus...
  • Unlimited revision resources access
  • AI assistance (Within usage limits)
  • Enhanced progress tracking
  • New features soon...

Pro

£9.99/month
  • Everything in Plus plus...
  • Unlimited AI assistance
  • Unlimited questions marked
  • Detailed feedback and explanations
  • Comprehensive progress tracking
  • New features soon...
Most Popular