Achievable logoAchievable logo
ACT
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Resources
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. ACT Math
1.1 ACT math intro
1.2 Pre-algebra
1.3 Elementary algebra
1.3.1 Properties of exponents
1.3.2 Simplifying expressions
1.3.3 Isolating variables and expressions
1.3.4 Greatest common factor (GCF) and least common multiple (LCM)
1.3.5 Standard form of linear equations
1.3.6 Key word operators
1.3.7 Arithmetic and geometric sequences
1.3.8 Matrix multiplication
1.4 Intermediate algebra
1.5 Plane geometry
1.6 Coordinate geometry
1.7 Trigonometry
2. ACT English
3. ACT Reading
4. ACT Science
5. ACT Writing
Wrapping up
Achievable logoAchievable logo
1.3.8 Matrix multiplication
Achievable ACT
1. ACT Math
1.3. Elementary algebra

Matrix multiplication

4 min read
Font
Discuss
Share
Feedback

Introduction to matrices and multiplication

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:

[24​50​−13​]

This matrix has:

  • 2 rows
  • 3 columns

We describe its size (also called its dimensions) as:

2×3

Rows come first, columns second.

This order is extremely important when multiplying matrices.

Scalar multiplication of a matrix

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 −2:

−2[30​−15​42​]

Result:

[−60​2−10​−8−4​]

Multiplying two matrices

Matrix multiplication is more structured and requires careful attention to rows, columns, and order.

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

2×3​⋅3×2​✓ Allowed

2×3​⋅4×2​✗ Not Allowed

Size of the resulting matrix

If:

(2×3)⋅(3×2)

Then the product matrix will be:

2×2

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.

  • 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 and the second column.
  • This process repeats for each row.

Example: Multiplying two matrices

Multiply the matrices below.

A=[20​−13​4−2​](2×3)

B=​51−3​−240​​(3×2)

Step 1: Check dimensions

(2×3)⋅(3×2)✓ Allowed
The result will be a 2×2 matrix.

Step 2: Compute each entry

Top-left entry (row 1 × column 1)
(2⋅5)+(−1⋅1)+(4⋅−3)=10−1−12=−3

Top-right entry (row 1 × column 2)
(2⋅−2)+(−1⋅4)+(4⋅0)=−4−4+0=−8

Bottom-left entry (row 2 × column 1)
(0⋅5)+(3⋅1)+(−2⋅−3)=0+3+6=9

Bottom-right entry (row 2 × column 2)
(0⋅−2)+(3⋅4)+(−2⋅0)=0+12+0=12

Final product matrix

AB=[−39​−812​]

Order matters: AB=BA

Matrix multiplication is not commutative.

Even if AB in this example is defined, BA 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 AB.

Switching the order can completely change—or eliminate—the result.

Key points
  • A matrix is a rectangular grid of numbers
  • Scalar multiplication affects every entry
  • Matrix multiplication uses row-by-column products
  • Inner dimensions must match
  • Order matters: AB=BA
All rights reserved ©2016 - 2026 Achievable, Inc.