Question 24959
matrices must be same number of rows and columns
and then you just add each element to it's corresponding element in the other matrix
ex
[ 2 1 ] + [ 3 4 ] = [ 5 5 ]
[ 6 7 ] + [ 1 0 ] = [ 7 7 ]