Skip to main content
Newsletter signup
All Articles
Math

Matrix Operations: Grids of Numbers, Step by Step

Add, subtract, and multiply matrices, multiply by a scalar, and find the determinant of a 2x2 matrix — the matrix skills the ACT tests, with worked problems.

The Short Version

  • A matrix is a rectangular grid of numbers, described by its rows × columns.
  • Add/subtract matrices of the same size entry by entry; scalar multiply by multiplying every entry.
  • Matrix multiplication is row-times-column; the inner dimensions must match.
  • The determinant of [[a, b], [c, d]] is ad − bc. An ACT topic, not on the SAT or SSAT.

A matrix is nothing more mysterious than a grid of numbers arranged in rows and columns. The ACT — unlike the SAT — includes a few matrix questions, and they're very learnable. Adding, subtracting, and scaling matrices are almost trivial once you see the pattern. Multiplication has exactly one rule worth memorizing, and the determinant of a 2×2 matrix is a one-line formula.

This guide walks through every matrix operation the ACT tests, with worked and practice problems matched to real test difficulty at Northside Tutoring.

Why Matrices Matter (on the ACT)

Matrices appear on the ACT Math section but not on the SAT or SSAT, which makes them a distinctly ACT topic. The questions are usually straightforward computation, so a student who knows the rules can pick up quick, reliable points. They're also core Algebra II content.

What a Matrix Is

A matrix is a grid of numbers. Its dimensions are given as rows × columns: a matrix with 2 rows and 3 columns is a "2×3 matrix." Each number is an entry, located by its row and column.

Adding & Subtracting

To add or subtract two matrices, they must be the same size. Then just combine matching entries:

[1 2; 3 4] + [5 6; 7 8] = [6 8; 10 12]

(Here [a b; c d] means a 2×2 matrix with top row a, b and bottom row c, d.) If the sizes differ, you can't add them.

Scalar Multiplication

Multiplying a matrix by a single number (a scalar) means multiplying every entry by that number:

3 · [1 2; 3 4] = [3 6; 9 12]

Matrix Multiplication

This is the one with a rule. To multiply two matrices, take each row of the first times each column of the second, multiplying entry-by-entry and adding. For 2×2 matrices:

[1 2; 3 4] · [5 6; 7 8] = [19 22; 43 50]

The top-left entry is (1·5 + 2·7) = 19; the top-right is (1·6 + 2·8) = 22, and so on.

Dimensions must match up

You can multiply an (m×n) matrix by an (n×p) matrix only when the inner numbers match (the first's columns equal the second's rows). The result is (m×p). Matrix multiplication is also not commutative: AB usually doesn't equal BA.

The 2×2 Determinant

The determinant of a 2×2 matrix is a single number computed by cross-multiplying:

det [a b; c d] = ad − bc

For [1 2; 3 4], the determinant is (1)(4) − (2)(3) = 4 − 6 = −2. The determinant shows up in solving systems and finding inverses.

Where You'll See This — Test by Test

Matrices are an ACT Math topic; the SAT and SSAT don't test them. No reference sheet provides the rules, so memorize the multiplication pattern and the determinant formula.

Watch the Lesson

Sometimes a diagram needs a voice. In the short video below, one of our Northside tutors walks through the core idea and works through test-style problems in real time.

Video Lesson

Matrices — In Plain English

A live walkthrough from our tutoring team.

Today's lesson: Add entry-by-entry; multiply row-by-column. • Concept, explained simply • Two worked test problems • The shortcut graders look for

— Featuring a Northside Tutoring instructor

Worked Example Problems

These problems are calibrated to the difficulty you'll actually see on test day. Try each one before opening the solution.

1
ACT · Matrices

Add: [2 1; 0 3] + [4 5; 6 1].

Show solution

Combine matching entries: [2+4, 1+5; 0+6, 3+1] = [6 6; 6 4].

Answer: [6 6; 6 4]
2
ACT · Matrices

Compute: 4 · [1 0; 2 3].

Show solution

Multiply every entry by 4: [4 0; 8 12].

Answer: [4 0; 8 12]
3
ACT · Matrices

Find the determinant of [3 4; 1 2].

Show solution

ad − bc = (3)(2) − (4)(1) = 6 − 4 = 2.

Answer: 2
4
ACT · Matrices

Multiply: [1 2; 0 1] · [3 1; 2 4].

Show solution

Row×column: top row (1·3+2·2, 1·1+2·4) = (7, 9); bottom row (0·3+1·2, 0·1+1·4) = (2, 4). Result [7 9; 2 4].

Answer: [7 9; 2 4]
5
ACT · Matrices

Can you add a 2×3 matrix to a 3×2 matrix?

Show solution

No — addition requires identical dimensions, and 2×3 ≠ 3×2.

Answer: No

Common Mistakes to Avoid

Three traps that catch students every year

  • Multiplying entry-by-entry. Matrix multiplication is row-times-column, not matching entries (that's addition).
  • Adding different-sized matrices. Addition and subtraction require identical dimensions.
  • Assuming AB = BA. Matrix multiplication is not commutative; order matters.

Practice Problems — You Try

Three problems below. Work each before checking the solution.

P1
Practice

Subtract: [5 6; 7 8] − [1 2; 3 4].

Show solution

Entry by entry: [4 4; 4 4].

Answer: [4 4; 4 4]
P2
Practice

Find the determinant of [2 5; 1 3].

Show solution

(2)(3) − (5)(1) = 6 − 5 = 1.

Answer: 1
P3
Practice — Challenge

Multiply: [2 0; 1 3] · [1 4; 2 1].

Show solution

Top row: (2·1+0·2, 2·4+0·1) = (2, 8). Bottom row: (1·1+3·2, 1·4+3·1) = (7, 7). Result [2 8; 7 7].

Answer: [2 8; 7 7]

The Northside Method — How We Teach This 1-on-1

Reading a blog is a great starting point. But there's a meaningful gap between understanding a concept and reflexively applying it under timed conditions. That gap is exactly what our tutors close.

Every Northside student works through a four-step framework:

  1. Assessment. We diagnose which specific skills are slowing your student down — not just whether they "get it" in the abstract.
  2. Perfect-match coach. We pair them with an elite tutor (we accept only the top 1% of applicants) whose teaching style fits how your student actually learns.
  3. Bespoke plan. A roadmap built around your student's target score, target timeline, and current pacing data.
  4. Data-driven adjustment. Every session ends with a check on whether the student's accuracy and speed are moving in the right direction.

And if a student meets all eligibility requirements but doesn't hit the defined score improvement? We provide 5 additional hours of cohort learning at no cost. That's the Northside guarantee — built on 25 years of measured outcomes.

Ready to Turn This Concept Into Points?

Join a Northside cohort. Small-group instruction with our elite tutors, structured around your student's exact test or subject. Backed by our guarantee: hit your target, or earn 5 additional hours of cohort learning at no cost.

Online nationwide · In-person within 10 miles of Atlanta · Average SAT gain: 120+ points

NT

The Northside Tutoring Team

Founded in Atlanta in 2000. Trusted by families nationwide. Our tutors scored in the top 1% of their respective tests and bring a combined 250+ years of teaching experience to every session.

Ready to begin?

Start tutoring with Northside.

Book a Free Consultation
Northside Tutoring

Ready to see real results?

Book a free consultation and we will match your student with the perfect tutor.