I was studying linear algebra and trying to get a visual "feel" for it through watching 3Blue1Brown's "Essence Of Linear Algebra" series here
Here, matrix multiplication is shown as the composition of 2 linear transformations. But I was wondering how we would interpret matrix addition/subtraction visually. I am not asking for $2$ by $1$ matrices since they would be equivalent to vector addition and subtraction respectively. But how would we interpret the addition of, say $2$ by $2$ matrices visually?
Here's an idea for square matrices:
Let $A$ and $B$ be two matrices, let $v$ be a 'compatible' vector i.e: one which is of the right size to be multiplied by A/B, then,
$$ (A+B)v = Av + Bv$$
The above you can think of in 'words', take a vector 'v', transform it according to some rule given by the matrices A, and similarly do it with B, then add these two results. Hence, we can understand the addition matrices by the action of the 'summed' matrix on a vector.
To contrast, matrix multiplication is just a rule for 'transforming vectors', basically take in a vector and convert it into a new one.