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