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