Similar to vectors, we can add or subtract matrices. This is done by adding or subtracting the corresponding entries of each matrix.
Note that this can only be done for matrices of the same dimensions.
Consider A=[15+i−23] and B=[−17i−2].
Then:
A+B=[15+i−23]+[−17i−2]=[1−1(5+i)+7−2+i3−2]=[012+i−2+i1].
Similarly, we can calculate A−B:
A−B=[15+i−23]−[−17i−2]=[1−(−1)(5+i)−7−2−i3−(−2)]=[2−2+i−2−i5].
In index notation, we would express this as:
\begin{align*}
...