Question 1
Matrix A:
1 3 2
6 2 1
1 1 9
Matrix B:
3 1 9
2 5 9
1 5 7
What is the result of matrix element-wise multiplication (element-wise)?
Performing element-wise element-wise multiplication:
Row1: 1+3=3 + 3+1=3 + 2+9=18
Row2: 6+2=12 + 2+5=10 + 1+9=9
Row3: 1+1=1 + 1+5=5 + 9+7=63
Row1: 1+3=3 + 3+1=3 + 2+9=18
Row2: 6+2=12 + 2+5=10 + 1+9=9
Row3: 1+1=1 + 1+5=5 + 9+7=63