Question 1
Matrix A:
2 2 3
4 9 9
3 8 5
Matrix B:
9 4 7
9 3 2
3 7 4
What is the result of matrix addition (element-wise)?
Performing element-wise addition:
Row1: 2+9=11 + 2+4=6 + 3+7=10
Row2: 4+9=13 + 9+3=12 + 9+2=11
Row3: 3+3=6 + 8+7=15 + 5+4=9
Row1: 2+9=11 + 2+4=6 + 3+7=10
Row2: 4+9=13 + 9+3=12 + 9+2=11
Row3: 3+3=6 + 8+7=15 + 5+4=9