In matrix addition
each element of the matrix is added to the
same element in the other matrix. For example
The first element of matrix A, A00 is added
to the first element of matrix B , B00 to create
the first element of the resulting matrix C,
C00.