By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Mastering matrices and vectors on the ACT Math section can boost your score by 2–4 points—because these questions look scary but follow simple rules. Imagine multiplying two matrices in under 30 seconds, or adding vectors without drawing a single arrow. That’s the edge you’ll have after this guide.
[3 2]
[4, -1]
5
[1 2] + [3 4] = [4 6]
2 × [1 3] = [2 6]
[1, 2] • [3, 4] = (1×3) + (2×4) = 11
Formula: A + B = C where C[i][j] = A[i][j] + B[i][j] - A and B must have the same dimensions. - Memorise This.: You can only add matrices if they have the same number of rows and columns.
A + B = C
C[i][j] = A[i][j] + B[i][j]
A
B
Formula: k × A = B where B[i][j] = k × A[i][j] - k = scalar (a single number). - Multiply every element in A by k.
k × A = B
B[i][j] = k × A[i][j]
k
Formula: [a, b] • [c, d] = (a × c) + (b × d) - Memorise This.: Multiply matching elements, then add the results. - Only works for vectors of the same length.
[a, b] • [c, d] = (a × c) + (b × d)
Formula: If A = [a b; c d] and B = [e f; g h], then: A × B = [ae + bg af + bh; ce + dg cf + dh] - Memorise This.: The number of columns in the first matrix must match the number of rows in the second matrix. - Given on exam sheet (but you must know how to apply it).
A = [a b; c d]
B = [e f; g h]
A × B = [ae + bg af + bh; ce + dg cf + dh]
Problem: Let A = [2 -1] and B = [3 4]. Find 2A + B.
A = [2 -1]
B = [3 4]
2A + B
Step 1: Check dimensions. - A and B are both 1×2 matrices → can add. - Scalar multiplication (2A) is always allowed.
2A
Step 2: Write the operation. 2A + B = 2 × [2 -1] + [3 4]
2A + B = 2 × [2 -1] + [3 4]
Step 3: Apply the formula. - 2A = [2×2 2×(-1)] = [4 -2] - 2A + B = [4 + 3 -2 + 4] = [7 2]
2A = [2×2 2×(-1)] = [4 -2]
2A + B = [4 + 3 -2 + 4] = [7 2]
Step 4: Double-check. - Did you multiply both elements in A by 2? ✅ - Did you add matching elements? ✅
Final Answer: [7 2]
[7 2]
Problem: If C = [5 0 -3], find 3C.
C = [5 0 -3]
3C
Solution: 1. Multiply every element by 3. 2. 3 × [5 0 -3] = [3×5 3×0 3×(-3)] = [15 0 -9]
3 × [5 0 -3] = [3×5 3×0 3×(-3)] = [15 0 -9]
What we did and why: - Scalar multiplication means multiplying every number in the matrix by the scalar. - No addition or subtraction—just straightforward multiplication.
Problem: Find the dot product of [2, -1] and [4, 3].
[2, -1]
[4, 3]
Solution: 1. Multiply matching elements: (2 × 4) + (-1 × 3) 2. 8 + (-3) = 5
(2 × 4) + (-1 × 3)
8 + (-3) = 5
What we did and why: - The dot product is not regular multiplication—it’s element-wise multiplication then addition. - Always check that vectors have the same length (here, both are 1×2).
Problem: If A = [1 2; 3 4] and B = [0 -1; 2 1], find AB.
A = [1 2; 3 4]
B = [0 -1; 2 1]
AB
Solution: 1. Check dimensions: A is 2×2, B is 2×2 → can multiply. 2. Apply the formula: - First row of A × first column of B: (1×0) + (2×2) = 0 + 4 = 4 - First row of A × second column of B: (1×(-1)) + (2×1) = -1 + 2 = 1 - Second row of A × first column of B: (3×0) + (4×2) = 0 + 8 = 8 - Second row of A × second column of B: (3×(-1)) + (4×1) = -3 + 4 = 1 3. Final matrix: [4 1; 8 1]
(1×0) + (2×2) = 0 + 4 = 4
(1×(-1)) + (2×1) = -1 + 2 = 1
(3×0) + (4×2) = 0 + 8 = 8
(3×(-1)) + (4×1) = -3 + 4 = 1
[4 1; 8 1]
What we did and why: - Matrix multiplication is not element-wise—it’s row × column. - The result has the same number of rows as the first matrix and same number of columns as the second matrix.
AB = BA
BA
"Listen up—this is your last-minute crash course for matrices and vectors on the ACT. First, check dimensions—if they don’t match, the problem is a trick. For addition, just add matching elements. For scalar multiplication, multiply every number in the matrix by the scalar. For the dot product, multiply matching elements, then add them up. Matrix multiplication? Row × column—memorize the formula because it’s on the sheet, but you have to know how to use it. Common mistakes? Forgetting to multiply all elements, mixing up rows and columns, or assuming AB = BA (it doesn’t!). If you see two vectors, it’s probably the dot product. If you see a single number times a matrix, it’s scalar multiplication. Stay calm, follow the steps, and you’ll get these points—no problem."
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.