Adding and Subtracting Matrices
To add matrices, they must have the same dimensions.
Add the corresponding entries. (The ones with the same color.)
2 + 5
3 + -1
3 + 5
-6 + 5
The result is a new matrix with the same dimensions, and the entries added.
When subtracting, be careful to subtract negatives correctly!
-1 – (-6) = 5
3 – (-1) = 4
-3 – (-6) = 3
-6 – 4 = -10
Algebraic expressions can also be added and subtracted in a matrix.
If the dimensions do not match, the result is undefined.

Adding and subtracting matrices unit 3, lesson 2