Add [[-3,1],[9,-3]][[1,1],[0,-1]]
Problem
Solution
Identify the corresponding elements in each matrix. Matrix addition is performed by adding the elements in the same row and column positions.
Add the elements in the first row: the first column sum is
−3+1 and the second column sum is1 + 1$.Add the elements in the second row: the first column sum is
9 + 0a*n*d(t)*h*e*s(e)*c*o*n*d(c)*o*l*u*m*n*s(u)*m*i*s() 3 + (-1)$.Simplify the arithmetic results to find the final entries of the resulting matrix.
Final Answer
Want more problems? Check here!