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