Answer:
The difference between two matrices of the same size is calculated by subtracting the corresponding elements of the two matrices.
Let’s apply this to matrices A and B:
A - B = [3 -1; 2 0; -3 3] - [3 3; -5 4; -4 2] = [0 -4; 7 -4; 1 1]
So the correct answer is B) Matrix consisting of 3 rows and 2 columns. Row 1 shows 0 and negative 4, row 2 shows 7 and negative 4, and row 3 shows 1 and 1.