SOLID STATE PRESS
← Back to catalog
Matrix Arithmetic and Multiplication cover
Coming soon
Coming soon to Amazon
This title is in our publishing queue.
Browse available titles
Mathematics

Matrix Arithmetic and Multiplication

Row-by-Column, Scalar Rules, and Matrix Multiplication — A TLDR Primer

Matrix multiplication stops a lot of students cold — not because it's impossible, but because most textbooks bury the logic under notation before the concept has a chance to land. Whether you're heading into an Algebra 2 or Precalculus exam, starting an intro linear algebra course, or trying to help a student who's hitting a wall, this guide cuts straight to what you need.

**TLDR: Matrix Arithmetic and Multiplication** covers everything from reading a matrix and understanding dimension notation, to adding and scaling matrices entry by entry, to the row-by-column rule that makes matrix multiplication work. Each idea is built on a concrete worked example before any generalization is made. The guide also explains the properties that trip students up most — especially why matrix multiplication is *not* commutative — and closes with a direct look at how matrices connect to solving linear systems and describing 2D transformations.

This is short by design, not a full textbook. It is designed for a student who needs to get oriented fast: before a test, before the next class, or before sitting down with a tutor. If you're looking for a focused matrix multiplication study guide for high school or early college, this is the shortest path from confused to confident.

Pick it up, work the examples, and walk into your next exam ready.

What you'll learn
  • Read matrix dimensions and entries fluently using row-column notation
  • Add, subtract, and scalar-multiply matrices and recognize when these operations are defined
  • Multiply matrices using the row-by-column rule and predict the dimensions of the product
  • Understand why matrix multiplication is not commutative and when it is associative or distributive
  • Use the identity matrix and special matrix forms to simplify computations
  • Apply matrix multiplication to systems of equations and simple transformations
What's inside
  1. 1. What a Matrix Is and How to Read It
    Introduces matrices as rectangular arrays of numbers, dimension notation, and entry indexing.
  2. 2. Addition, Subtraction, and Scalar Multiplication
    Covers entry-wise operations, the dimension-matching rule, and the algebraic properties that follow.
  3. 3. Matrix Multiplication: The Row-by-Column Rule
    Builds matrix multiplication from the dot product and walks through the dimension rule and worked products.
  4. 4. Properties and Pitfalls of Matrix Multiplication
    Explains non-commutativity, associativity, distributivity, the identity matrix, and common student mistakes.
  5. 5. Why It Matters: Systems, Transformations, and What Comes Next
    Connects matrix multiplication to linear systems Ax=b and basic 2D transformations, previewing inverses and determinants.
Published by Solid State Press
Matrix Arithmetic and Multiplication cover
TLDR STUDY GUIDES

Matrix Arithmetic and Multiplication

Row-by-Column, Scalar Rules, and Matrix Multiplication — A TLDR Primer
Solid State Press

Contents

  1. 1 What a Matrix Is and How to Read It
  2. 2 Addition, Subtraction, and Scalar Multiplication
  3. 3 Matrix Multiplication: The Row-by-Column Rule
  4. 4 Properties and Pitfalls of Matrix Multiplication
  5. 5 Why It Matters: Systems, Transformations, and What Comes Next
Chapter 1

What a Matrix Is and How to Read It

A matrix is a rectangular array of numbers arranged in rows and columns. That's it. Everything else in this book builds on that simple structure.

Here is an example of a matrix:

$A = \begin{bmatrix} 3 & -1 & 0 \\ 2 & 5 & 7 \end{bmatrix}$

The numbers inside are called entries. The horizontal lines of entries are rows; the vertical lines are columns. Matrix $A$ above has 2 rows and 3 columns.

Dimension

The dimension (also called the size) of a matrix tells you how many rows and columns it has, written as $m \times n$ — read "m by n." The row count always comes first, the column count second. Matrix $A$ above is $2 \times 3$.

A common mistake is to reverse this: students sometimes count columns first because they are visually obvious when scanning left to right. Always remember — rows then columns, just like the words "row" and "column" appear in the phrase $m \times n$.

Indexing Entries

Every entry sits at a specific address inside the matrix. The entry in row $i$ and column $j$ is written $a_{ij}$, where the first subscript is the row and the second is the column. For the matrix

$A = \begin{bmatrix} 3 & -1 & 0 \\ 2 & 5 & 7 \end{bmatrix}$

the entry $a_{12}$ is in row 1, column 2, so $a_{12} = -1$. The entry $a_{23}$ is in row 2, column 3, so $a_{23} = 7$.

Example. Let $B = \begin{bmatrix} 4 & 0 \\ -3 & 8 \\ 1 & 6 \end{bmatrix}$. What are the dimensions of $B$? Find $b_{31}$ and $b_{12}$.

Solution. Count the rows: there are 3. Count the columns: there are 2. So $B$ is $3 \times 2$.

$b_{31}$ is in row 3, column 1: $b_{31} = 1$.

$b_{12}$ is in row 1, column 2: $b_{12} = 0$.

About This Book

If you're staring down a unit on matrices in Algebra 2, working through precalculus matrix operations for the first time, or stepping into an intro linear algebra course and realizing your arithmetic is shaky, this guide is for you. It's also for the parent or tutor who needs to get up to speed fast before a tutoring session or exam review.

This is a matrix arithmetic for beginners short book — about 15 focused pages covering matrix addition and scalar multiplication, the row-by-column rule for matrix multiplication for high school students, and the properties (and traps) that trip people up. You'll also find a brief look at why these operations matter in real math: systems of equations, transformations, and what comes next. No filler.

Read it straight through. Every worked example is there to be worked — cover the solution, try it yourself, then check your steps. The practice problems at the end will tell you honestly whether you're ready for class or need another pass. Learning how to multiply matrices step by step is a skill, and skills need repetition.

Keep reading

You've read the first half of Chapter 1. The complete book covers 5 chapters in roughly fifteen pages — readable in one sitting.

Coming soon to Amazon