Foundations — Matrix operations — addition, subtraction (conditions)
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
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?
What does the order describe?
What does "element-wise" mean?
What is the zero matrix ?
What is ?
Why must two matrices share the same order to be added?
Is the same as ?
Does mean "multiply 2 by 3"?
Connections
- Matrix operations — addition, subtraction (conditions) — the parent this page prepares you for
- Matrix Notation and Terminology — the source of order, entries, and
- Zero Matrix and Identity Matrix — where comes from
- Scalar Multiplication of Matrices — is scalar times
- Transpose of a Matrix — the neighbour that is not the same as
- Matrix Multiplication — a different operation with a different shape rule
- System of Linear Equations — where these grids come from in the first place