2.6.3 · D1Matrices & Determinants — Introduction

Foundations — Matrix operations — addition, subtraction (conditions)

1,653 words8 min readBack to topic

Before you can add matrices, you must be fluent in the language the parent page speaks. Below is every symbol and idea it uses, built from absolute zero, each one resting on the one before it.


1. What a matrix even is — the grid

Look at the figure. A row runs left-to-right (horizontal). A column runs top-to-bottom (vertical). The whole thing is one object we give a single capital-letter name, like .

Why the topic needs it: you cannot "add two things" until you know what one thing is. The grid is the object; addition is an action on grids.

See Matrix Notation and Terminology for the full vocabulary tour.


2. Rows, columns, and the "address" of a number

Every number inside the grid sits in exactly one box, and that box has an address: which row, then which column.

Why the topic needs it: the parent page's whole argument — "add entries that occupy the same logical slot" — is meaningless unless "slot" (= address) is crystal clear. Two numbers can only be added together if they share an address.


3. The symbol — reading a subscript

Writing out "the number in row 2, column 3 of matrix " every time is exhausting. Mathematicians shrink it to .

Why the topic needs it: the addition rule is literally written as . Without knowing that is the row and is the column, that line is gibberish.


4. Order / dimensions — the shape

The shape of a matrix is described by two counts.

Why the topic needs it: the single condition for adding matrices is "orders must be identical". Order is the yardstick that decides whether two grids can meet.


5. The bracket-notation shorthand

The parent page writes the whole grid compactly as . Now every piece is earned:

Why the topic needs it: this is the compressed sentence the definition and derivation sections rely on. It lets us talk about all entries at once by talking about one generic entry .


6. The and signs — and "element-wise"

You already know and for ordinary numbers. The new phrase is element-wise.

Why the topic needs it: "element-wise" is the engine of both addition and subtraction. It's why matching shapes matters — every box in one grid must find its partner box in the other.


7. Special grids you'll meet: the zero matrix

Why the topic needs it: the parent page's identity property says — adding zeros changes nothing, box by box. Full detail lives in Zero Matrix and Identity Matrix.


8. The negative of a matrix,

Why the topic needs it: the parent page defines subtraction as and the additive-inverse property as . Both need defined first. Flipping signs of every entry is exactly Scalar Multiplication of Matrices with the scalar .


9. Two ideas you will hear named but NOT need to compute here

These appear in the parent page's contrast notes, so recognise them — they are neighbours, not tools you use to add.

  • Transpose — flipping a grid so its rows become columns (turns into ). The parent warns . See Transpose of a Matrix.
  • Matrix multiplication — a different operation with a different shape rule ( times ). Do not confuse its rule with the addition rule. See Matrix Multiplication.

Prerequisite map

Grid of numbers = matrix

Row and column of a box

Address i comma j

Entry symbol a sub ij

Order m by n

Shorthand A equals grid of a ij

Element-wise plus and minus

Same shape rule

Zero matrix O

Negative of a matrix minus A

Matrix Addition and Subtraction

Read it top-down: the grid gives boxes, boxes give addresses, addresses give the symbol , shapes give the order, and together with the same-shape rule they power element-wise addition — the parent topic.


Equipment checklist

Test yourself — say the answer aloud before revealing.

In , which subscript is the row?
The first one, ("floor then door").
What does the order describe?
A shape — 2 rows and 3 columns — not the number 6.
What does "element-wise" mean?
Do the operation box by box, using only the two numbers that share the same address .
What is the zero matrix ?
A grid of the required shape with every entry equal to .
What is ?
The grid — every entry of with its sign flipped.
Why must two matrices share the same order to be added?
Because addition pairs entries by address; if shapes differ, some boxes have no partner, so the sum is undefined.
Is the same as ?
No — transposing changes which relationships the entries encode, so it is a different operation.
Does mean "multiply 2 by 3"?
No — the is a "by" separator describing shape, not a product.

Connections