Adding and Subtracting Matrices
Matrices can be added and subtracted just like numbers and like variables. The trick is that the matrices must have the same number of rows and columns or they must have the same dimensions. If they do not, then we can't perform addition or subtraction. The sum or difference of two matrices is the sum or difference of corresponding entries.
For example, suppose A = and B = ...
...then A + B =
Notice that the resulting matrix has the same dimensions as the two original matrices.