1. Add two simple 2×2 matrices with small integers
Problem
Write down both matrices in addition form to identify all pairs of corresponding elements.
Add each pair of corresponding elements: position becomes , position becomes , and so on.
Simplify each addition to get the final result matrix.
Answer:
Matrix addition works element-by-element, so every element of the result comes from adding the elements in the same position. This is ordinary arithmetic applied to each location in the matrix.