Matrix multiplication
Introduction to matrices and multiplication
A matrix (plural: matrices) is a rectangular array of numbers arranged in rows and columns. Matrices are used to organize information and perform structured calculations. On the ACT, matrices are tested as a procedural skill - you’re expected to apply the rules accurately rather than use advanced theory.
A matrix is written using brackets, like this:
This matrix has:
- 2 rows
- 3 columns
We describe its size (also called its dimensions) as:
Rows come first, columns second.
This order is especially important when you multiply matrices.
Scalar multiplication of a matrix
A scalar is a regular number. Scalar multiplication means:
Multiply every entry in the matrix by the scalar.
Example: Scalar multiplication
Multiply the matrix by :
Result:
Multiplying two matrices
Matrix multiplication is more structured than scalar multiplication. You have to pay attention to rows, columns, and the order of the matrices.
When can two matrices be multiplied?
Two matrices can be multiplied only if:
The number of columns in the first matrix equals the number of rows in the second matrix.
Visual dimension rule
Size of the resulting matrix
If:
Then the product matrix will be:
The outside numbers determine the size of the result.
How to do matrix multiplication
To find each entry in the product matrix, take one row from the first matrix and one column from the second matrix. Multiply the corresponding entries and add the results.
- The top-left entry comes from the first row of the first matrix and the first column of the second matrix.
- The top-right entry comes from the first row of the first matrix and the second column of the second matrix.
- This process repeats for each row.
Example: Multiplying two matrices
Multiply the matrices below.
Step 1: Check dimensions
The result will be a matrix.
Step 2: Compute each entry
Top-left entry (row 1 column 1)
Top-right entry (row 1 column 2)
Bottom-left entry (row 2 column 1)
Bottom-right entry (row 2 column 2)
Final product matrix
Order matters:
Matrix multiplication is not commutative.
Even if in this example is defined, may be undefined if the inner dimensions don’t match. Even if they do match, the resulting matrix can have different values or even different dimensions than .
Switching the order can completely change - or eliminate - the result.