Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 General Matrices And Matrix Arithmetic

Adding And Subtracting Matrices

5 practice questions 1 video lesson Theory + worked examples

Theory

Two matrices can be added or subtracted only if they have the same order. The operation is done element by element: (A+B)ij=Aij+Bij. Matrix addition is commutative and associative; subtraction is not. Solve matrix equations like A+X=C by rearranging just as with numbers.

Two matrices can be added or subtracted only if they have the same order — the same number of rows AND the same number of columns. The result is a matrix of that same order, with each entry computed by adding (or subtracting) the corresponding entries:

(A+B)ij=Aij+Bij(AB)ij=AijBij

The zero matrix 0 of a given order has every entry equal to 0. It is the identity for matrix addition: A+0=A for any A of the same order.

Matrix addition is commutative (A+B=B+A) and associative ((A+B)+C=A+(B+C)). Matrix subtraction is neither.

The first diagram shows how addition works entry-by-entry. The second shows that the operation is only defined when the matrices have the same order.

Element-wise matrix addition Two 2 by 2 matrices added element by element, with arrows showing how each entry of the result is formed from the corresponding entries. Add matrices entry by entry 4 3 2 -1 A + 3 7 2 4 B = 7 10 4 3 A + B Entry-by-entry working row 1, col 1 4 + 3 = 7 row 1, col 2 3 + 7 = 10 row 2, col 1 2 + 2 = 4 row 2, col 2 -1 + 4 = 3 Both matrices must have the SAME ORDER
Add the entries in matching positions to build the result, entry by entry.
Order rule for matrix addition Two panels comparing an allowed matrix addition where both matrices are 2 by 3 and a forbidden case where a 2 by 3 matrix is added to a 3 by 2 matrix. Orders must match exactly ALLOWED same orders 1 2 3 4 5 6 2 × 3 + 7 8 9 0 1 2 2 × 3 Result: 8 10 12 4 6 8 2 × 3 result NOT ALLOWED different orders 1 2 3 4 5 6 2 × 3 + 1 4 2 5 3 6 3 × 2 UNDEFINED 2×3 ≠ 3×2
Two 2×3 matrices can be added. A 2×3 plus a 3×2 is undefined.

The rules are simple element-wise definitions.

Addition

(A+B)ij=Aij+Bij

(A+B)ij=Aij+Bij

Subtraction

(AB)ij=AijBij

(A-B)ij=Aij-Bij

Key properties

PropertyStatement
Commutative (addition)A+B=B+A
Associative (addition)(A+B)+C=A+(B+C)
Zero matrix is identityA+0=A
Subtraction is not commutativeABBA in general
Solving matrix equations. If A+X=C, subtract A from both sides to get X=CA. The balance rules from ordinary algebra carry over directly.

How to add or subtract two matrices

  1. Check the orders match. Both matrices must have the same number of rows AND the same number of columns. If they don't, the operation is undefined.
  2. Set up a result matrix of the same order.
  3. Compute each entry by adding (or subtracting) the corresponding entries from the two originals.
  4. Watch the signs, especially when subtracting negative entries: 3(7)=3+7=4.

Solving A+X=C for an unknown matrix

  1. Rearrange to isolate X: X=CA.
  2. Subtract matrix A from matrix C, entry by entry.
  3. State the resulting matrix X.

Solving for a missing entry

  1. Use the addition rule on each entry. Most entries will simplify with no unknowns and just confirm the working.
  2. For the entry containing the unknown, write the equation it gives and solve.
EXAMPLE 1 — STANDARD ADDITION
Find A+B where A=[5238] and B=[1764].
SOLUTION

Both matrices are 2×2, so addition is defined. Add entry-by-entry.

Row 1, col 1=5+(1)=4
Row 1, col 2=2+7=5
Row 2, col 1=3+6=3
Row 2, col 2=8+(4)=4

A+B=[4534]

A+B=4534
EXAMPLE 2 — SUBTRACTION WITH NEGATIVES
Find AB where A=[6324] and B=[2751].
SOLUTION

Subtract entry-by-entry. Watch the signs — subtracting a negative becomes adding a positive.

Row 1, col 1=62=4
Row 1, col 2=3(7)=3+7=4
Row 2, col 1=25=3
Row 2, col 2=4(1)=4+1=5

AB=[4435]

A-B=44-35
EXAMPLE 3 — FIND AN UNKNOWN MATRIX
Find X such that A+X=C, where A=[2351] and C=[7948].
SOLUTION

Rearrange the equation: X=CA. Then subtract entry-by-entry.

Row 1, col 1=72=5
Row 1, col 2=93=6
Row 2, col 1=45=1
Row 2, col 2=81=7

X=[5617]

X=56-17
EXAMPLE 4 — FIND A MISSING ENTRY
Find x given [3x52]+[1466]=[47118].
SOLUTION

Match corresponding entries. The only unknown is in row 1, column 2.

x+4=7
x=3

Answer: x=3.

x=3

Common pitfalls

Orders must match exactly. A 2×3 matrix cannot be added to a 3×2 matrix, even though both have six entries. Same rows AND same columns.
Watch double negatives. 3(7)=3+7=4, not 10. Subtracting a negative becomes adding a positive.
Subtraction is not commutative. AB and BA are different matrices — every entry has the opposite sign. Always subtract in the order asked.
Match entries one-to-one for equality. For a matrix equation like [3x52]+[1466]=[47118], set up one small equation per entry position. Most just confirm; the unknown gives you the one you need.
Don't add the orders. A 2×3 plus a 2×3 is still a 2×3 — not a 4×6. The order of the result equals the order of the inputs.

Frequently asked questions

When can two matrices be added or subtracted?

Only when they have exactly the same order — the same number of rows AND the same number of columns. A 2 by 3 matrix cannot be added to a 3 by 2 matrix, even though both contain 6 entries.

How do I add two matrices?

Add element by element. The entry in row i, column j of the result is the sum of the entries in row i, column j of the two original matrices. The result has the same order as the originals.

How does subtraction differ from addition?

Subtraction works the same way, element-by-element, but you subtract the corresponding entries instead of adding them. Watch the signs carefully — subtracting a negative entry gives a positive contribution.

Is matrix addition commutative?

Yes — A plus B equals B plus A for any two matrices of the same order. Matrix addition is also associative, meaning the way you group three or more matrices when adding doesn't change the result.

Is matrix subtraction commutative?

No — A minus B is generally not equal to B minus A. The two results differ by a sign in every entry. Always do the subtraction in the order asked.

How do I solve a matrix equation like A plus X equals C?

Treat X as the unknown and rearrange the equation as you would with ordinary numbers. From A plus X equals C, subtract A from both sides to get X equals C minus A. Then compute the right-hand side element by element.

Video Lesson

  • Adding and Subtracting Matrices Watch

Practice Questions

5 questions available.

Practice Questions