The order of a matrix, equal matrices, adding, subtracting and multiplying by a number, multiplying two matrices row by column, the identity matrix, and finding unknown entries.
A matrix is a rectangle of numbers in brackets. Its order is (number of rows) × (number of columns): a matrix with 2 rows and 3 columns is a 2×3 matrix. Two matrices are equal only if they have the same order and every entry matches, so equal matrices give an equation for each entry.
OrderRows first, then columns: this is 2 × 3
Adding, subtracting and multiplying by a number
Matrices of the same order are added or subtracted entry by entry. To multiply a matrix by a number, multiply every entry by it.
3(102−1)−(2153)=(3−20−16−5−3−3)=(1−11−6)
Multiplying two matrices
To multiply two matrices, each entry of the answer comes from a row of the first matrix and a column of the second: multiply them in pairs and add. The entry in row 1, column 2 uses row 1 of the first and column 2 of the second.
This only works when the first matrix has as many columns as the second has rows. A 2×2 matrix times a 2×1 matrix gives a 2×1 answer.
Row times columnRow 1 of the first times column 1 of the second gives the top-left entry
Try it
Multiplying matricesTap an entry of the answer
2135
×
1420
=
2, 1row 1 of the first1, 2column 1 of the second2 × 1 + 1 × 2 = 4entry in row 1, column 1
The entry in row 1, column 1 uses row 1 of the first matrix and column 1 of the second: multiply them in pairs and add, 2 × 1 + 1 × 2 = 4. The first matrix needs as many columns as the second has rows.
Tap each entry of the answer and watch which row and column light up. Then switch on “Your turn” and work the entries out yourself.
The identity matrix and powers
The identity matrixI=(1001) acts like the number 1: AI=IA=A. A power such as P2 means P×P, worked out by row times column, not by squaring each entry.
Finding unknown entries
When a product with unknowns equals a given matrix, work out the product in terms of the unknowns, then match entries: each entry gives an equation.