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