2.6.3 · D5Matrices & Determinants — Introduction
Question bank — Matrix operations — addition, subtraction (conditions)
This bank hunts the misconceptions, not the arithmetic. Every answer gives a reason, never a bare "yes"/"no". If you can defend each answer out loud, you have truly understood matrix addition and subtraction.
Before you start, recall the tools you should already own from Matrix Notation and Terminology (order ), Zero Matrix and Identity Matrix (the all-zero matrix ), Scalar Multiplication of Matrices (multiplying every entry by a number ) and Transpose of a Matrix (flipping rows into columns, written ).
True or false — justify
True or false: If and have the same number of total entries, then is defined.
False. A and a matrix both have 6 entries, but position exists in the first and not the second — count is not structure.
True or false: Matrix addition is commutative, i.e. whenever both are defined.
True. Each entry obeys because real-number addition is commutative, and this holds slot-by-slot.
True or false: Matrix subtraction is commutative, i.e. .
False. Subtraction is anti-commutative: , so unless the two results differ by a sign in every entry.
True or false: for any matrix , using a single fixed zero matrix .
False as stated — must have the same order as . The zero matrix is not one object; there is a zero, a zero, etc.
True or false: For any square matrix , both and are defined.
True. of a square matrix is also , so orders match; note has all-zero diagonal since .
True or false: If is and is , then is a valid matrix addition of and .
False. is a legal operation (both ), but it adds to the transpose of , not to — the entries of have been relocated, changing their meaning.
True or false: Addition is associative: when all are the same order.
True. Slot-by-slot, by real-number associativity, so grouping never matters.
True or false: for a scalar (see Scalar Multiplication of Matrices).
True. Each entry gives by the distributive law of real numbers.
True or false: The additive inverse of is .
False. The additive inverse is , obtained by negating every entry; . Transposing rearranges entries, it does not negate them.
Spot the error
Claim: " is , is ; since a times a is allowed, is allowed too." — What's wrong?
The person borrowed the rule for Matrix Multiplication (inner dimensions match). Addition needs identical orders, so plus is undefined.
Claim: "." — What's wrong?
A row and a column have different orders, so the sum is undefined; the writer silently reshaped one to force an answer.
Claim: " where is and is : I added the diagonals only and left off-diagonals unchanged." — Error?
Addition is element-wise for every slot, not just the diagonal — off-diagonal entries must also be summed as .
Claim: "Since needs same order, I can still do it by padding the shorter matrix with zeros." — Error?
Padding invents entries that were never in the original data, breaking the deterministic definition; the operation stays undefined, not "fixable".
Claim: " means flip the sign of the first entry and leave the rest." — Error?
negates every entry, not just one; only then does hold in every slot.
Claim: "Because addition is commutative, ." — Error?
Commutativity belongs to , not . Subtraction is defined as , and in general.
Why questions
Why must the two matrices share both dimensions, not just one?
Every entry needs a partner at the same ; matching only rows leaves unpaired columns (or vice-versa), so some slot has no term to add.
Why is "same total element count" a tempting but false condition?
Total count ignores where each number lives; a and share 6 numbers but the slot exists in one grid and not the other.
Why does subtraction inherit associativity and identity from addition but lose commutativity?
Because is defined as , so all properties carry over — except that swapping operands flips the sign, killing commutativity.
Why is the zero matrix the additive identity rather than the identity matrix ?
For addition we need , forcing everywhere; has ones on its diagonal and belongs to multiplication, not addition (see Zero Matrix and Identity Matrix).
Why does transposing before adding change the meaning even when it fixes the dimensions?
Transposing swaps each entry's row and column role — if meant "products × stores", means "stores × products", so you are combining different relationships.
Why can matrix addition model "combining two linear systems" (link to System of Linear Equations)?
Because coefficient matrices of the same shape add slot-by-slot, mirroring how equation-by-equation you add matching coefficients of the same variables.
Edge cases
Is defined, and what is it?
Yes — same matrix, same order — and , the scalar-2 multiple, since each slot gives .
Is defined, and what is the result?
Yes, provided both zero matrices share the order; the result is again that same zero matrix, since in every slot.
Can two matrices be added, and how does it relate to ordinary numbers?
Yes; a matrix plus is , so scalar addition is just the smallest case of matrix addition.
Is defined, and what is it?
Yes; every slot gives , so the result is the zero matrix of the same order — the additive-inverse law in action.
Can a matrix be added to its own transpose, and what special structure appears?
Yes ( plus ); is always symmetric because slot and both equal .
If is any matrix, is ever different from ?
No — as long as is the zero, in every slot; a shape mismatch would make it undefined, not "different".
Two matrices have orders and with ; can any of , , , be computed?
Only and : transposing makes it to match . The raw stay undefined because orders differ.
Recall One-line summary
Same order in, same order out — every slot pairs with its twin, keeps all the nice laws, and keeps them all except the freedom to swap sides.
Connections
- Matrix operations — addition, subtraction (conditions) — parent topic these traps drill.
- Matrix Notation and Terminology — the order that decides "defined vs undefined".
- Zero Matrix and Identity Matrix — why (not ) is the additive identity.
- Scalar Multiplication of Matrices — powers the and distributive traps.
- Transpose of a Matrix — the misconception.
- Matrix Multiplication — the rival dimension rule people wrongly borrow.
- System of Linear Equations — where combining same-shape matrices has meaning.