How do you add matrices?
We can only add (or subtract) matrices of the same dimension. We just add entries having the same position(s) in the matrices.
For instance
[3 4 ] + [ 5 6 ] = [ 8 10 ]
This idea can be extended to any number of matices of like dimension.