The Basics Of A Matrix
Theory
A matrix is a rectangular arrangement of numbers in rows and columns. Its order is written as rows × columns, and each element
A matrix is a rectangular arrangement of numbers in rows and columns, written between square brackets:
Each number inside is called an element (or entry).
The order (or size) of a matrix is written as "rows
The element in row
Two matrices are equal only if (i) they have the same order, and (ii) every corresponding element is equal.
The first diagram is an anatomy view of a matrix — pointing to a row, a column, an element, and the order. The second shows the five special types you should be able to recognise.
There are no formulas to memorise — just conventions and notation.
Order of a matrix
A matrix with
Subscript notation for an element
So
The identity matrix
How to read a matrix question
- Count the rows and columns to find the order
. - Multiply rows by columns to get the total number of elements.
- For an entry like
, locate row first, then column , and read off the value at that intersection.
Building a matrix from a rule
- If asked for a matrix where
some formula in and , compute each entry by substituting the row number and column number into the formula. - Arrange the results in the grid with row
on top, column on the left.
Solving matrix-equality problems
- Confirm both matrices have the same order. If they don't, they can never be equal.
- Match entries one-to-one. Each pair of corresponding entries gives you one equation.
- Solve those simple equations to find any unknowns.
Count the rows and columns.
| Total elements | ||
Answer:
Remember: row first, column second.
| row 2, column 3 | ||
| row 3, column 1 |
Answer:
Compute each of the four entries by substituting the row and column numbers.
Arrange the entries with row 1 on top:
Both matrices are
Answer:
Common pitfalls
Frequently asked questions
What is a matrix?
A matrix is a rectangular arrangement of numbers in rows and columns, written between square brackets. Each number is called an element or entry. Matrices are used to organise data, solve systems of equations, and represent transformations.
What is the order of a matrix?
The order of a matrix is the number of rows times the number of columns, written as 'rows by columns'. A matrix with 2 rows and 3 columns has order 2 by 3. The total number of elements equals the product of the order, so a 2 by 3 matrix has 6 elements.
Which comes first in matrix notation — row or column?
Always row first, then column. The order m by n means m rows and n columns. The subscript A subscript ij means the element in row i and column j. This row-first convention applies in both contexts.
What does A subscript ij mean?
A subscript ij refers to the entry in row i, column j of matrix A. For example, A subscript 23 is the element in the second row and third column. Always read the first subscript as the row and the second as the column.
What is an identity matrix?
An identity matrix is a square matrix with ones along the main diagonal (top-left to bottom-right) and zeros everywhere else. It is denoted I or sometimes I subscript n where n is the order. The identity matrix plays the same role for matrix multiplication that the number 1 plays for ordinary multiplication.
When are two matrices equal?
Two matrices are equal only if they have the same order AND every corresponding element is equal. A 2 by 3 matrix and a 3 by 2 matrix can never be equal even if they contain the same numbers, because their orders differ.
Practice Questions
5 questions available.
Practice Questions