A matrix (plural: matrices) is a rectangular array of numbers arranged in rows and columns. Matrices are commonly used to organize information and perform structured calculations. On the ACT, matrices are tested as a procedural skill—you are expected to apply rules accurately rather than understand advanced theory.
A matrix is written using brackets, like this:
This matrix has:
We describe its size (also called its dimensions) as:
Rows come first, columns second.
This order is extremely important when multiplying matrices.
A scalar is simply a regular number. Scalar multiplication means:
Multiply every entry in the matrix by the scalar.
Example: Scalar multiplication
Multiply the matrix by :
Result:
Matrix multiplication is more structured and requires careful attention to rows, columns, and order.
Two matrices can be multiplied only if:
The number of columns in the first matrix equals the number of rows in the second matrix.
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 numbers and add the results.
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
Matrix multiplication is not commutative.
Even if in this example is defined, may be **undefined **if the inner dimensions do not match. Even if they do match, the resulting matrix will have different values or different dimensions than .
Switching the order can completely change—or eliminate—the result.