Add
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 of the first row:
1+5 2+7 3+(−9) and4+4
Add the elements of the second row:
−2+0 −3+3 −4+1 and−5+(−1)
Add the elements of the third row:
0+4 3+6 2+(−8) and1+7
Add the elements of the fourth row:
−1+5 2+0 −2+3 and0+4
Construct the resulting matrix using the sums calculated in the previous steps.
Final Answer
Want more problems? Check here!