Learn matrix addition, subtraction, scalar and matrix multiplication, and determinants — ACT-favorite operations tested on the Math section.
Add entry by entry; matrices must share the same dimensions.
The scalar $k$ multiplies every entry of $A$.
Row $i$ of $A$ dot-producted with column $j$ of $B$; inner dimensions must match.
Main diagonal product minus off-diagonal product.
A matrix is a rectangular array of numbers arranged in rows and columns. We describe its size as rows columns, so a matrix with 2 rows and 3 columns is a " matrix." The ACT does not ask you to prove anything deep about matrices — it asks whether you can add, subtract, scale, multiply, and take the determinant of small matrices without slipping on the mechanics. Because these operations are procedural, matrix questions are among the most learnable points on the entire test.
You can add or subtract two matrices only when they have the same dimensions. Combine them entry by entry — the number in row 1, column 1 of the first matrix pairs with the number in row 1, column 1 of the second, and so on.
Subtraction works the same way; just be careful with signs when a negative entry meets a subtraction.
Multiplying a matrix by a single number (a scalar) multiplies every entry by that number:
Do not multiply just the first entry or just the first row — the scalar reaches every cell.
Multiplying two matrices is the operation students most often get wrong, because it is not entry-by-entry. To multiply matrix by matrix , the number of columns of must equal the number of rows of . Each entry of the product is a row-times-column dot product: to get the entry in row , column , march across row of and down column of , multiply matching numbers, and add.
The product of an matrix and an matrix is an matrix — the inner dimensions must match and they "cancel," leaving the outer dimensions as the size of the answer. Matrix multiplication is not commutative: and are usually different, and one may not even be defined.
For a square matrix, the determinant is a single number that captures how the matrix scales area (and whether it is invertible):
It is the product of the main diagonal minus the product of the off-diagonal. For the determinant is . A determinant of signals a matrix with no inverse.
| Operation | Requirement | Result size |
|---|---|---|
| , | Same dimensions | Same as |
| (scalar) | Any matrix | Same as |
| (product) | cols of = rows of | rows of cols of |
| Square matrix | A single number |
Because every step is mechanical, the way to earn these points is to slow down, label the dimensions, and execute the arithmetic cleanly.
Compute .
Compute .
Find the determinant of .
If and , compute .
Compute .
A store tracks morning and afternoon sales of two drinks in matrix (rows = drinks, columns = morning, afternoon). Each row is scaled by a price vector by computing . What does the top entry of the result represent, and what is it?
Multiplying matrices entry by entry, as if it worked like addition.
Matrix multiplication uses row-times-column dot products, not matching cells. Line up row of the left matrix against column of the right.
Scaling only the first entry or first row when multiplying a matrix by a scalar.
A scalar multiplies EVERY entry. Sweep through all cells, and remember a negative scalar flips every sign.
Reversing the determinant to or forgetting the subtraction.
The determinant of a 2×2 is main diagonal minus off-diagonal: , always in that order.
Assuming or trying to multiply matrices whose inner dimensions do not match.
Matrix multiplication is not commutative and requires cols of = rows of . Check the dimensions before you start.
What is ?
What is ?
What is the determinant of ?
If and , what is ?
What is ?
For which value of does the matrix have a determinant of ?
Solve ACT systems of equations with substitution and elimination, interpret how many solutions exist, and set up two-variable word problems.
Understand the imaginary unit i, powers of i, and complex-number arithmetic and conjugates for the ACT Math section.
Master ACT coordinate geometry: slope, distance, midpoint, and parallel and perpendicular lines in the xy-plane, plus how to read them off a graph.