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