Explanation
Matrices can be added or subtracted only if they have the same dimensions.
Addition:
[ a b ] + [ c d ] = [ a+c b+d ]
Subtraction:
[ a b ] − [ c d ] = [ a−c b−d ]
You add or subtract corresponding entries.
Quiz
-
When can matrices be added?
-
Add [1 2] + [3 4].
-
Subtract [5 1] − [2 6].
-
Do dimensions change?
-
Can a 2×2 and 2×3 matrix be added?
Answer Key
-
Same dimensions
-
[4 6]
-
[3 −5]
-
No
-
No