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