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