To find \( A - B \), we need to subtract the corresponding elements of matrices \( A \) and \( B \).
Given:
\[ A = \begin{bmatrix} -5 & -4 & 1 \ 3 & -5 & -4 \end{bmatrix}, \quad B = \begin{bmatrix} 2 & 0 & -1 \ -5 & 2 & -2 \end{bmatrix} \]
Now we will perform the subtraction \( A - B \):
\[ A - B = \begin{bmatrix} -5 & -4 & 1 \ 3 & -5 & -4 \end{bmatrix} - \begin{bmatrix} 2 & 0 & -1 \ -5 & 2 & -2 \end{bmatrix} \]
Subtracting the corresponding elements:
-
First row, first column: \(-5 - 2 = -7\)
-
First row, second column: \(-4 - 0 = -4\)
-
First row, third column: \(1 - (-1) = 1 + 1 = 2\)
-
Second row, first column: \(3 - (-5) = 3 + 5 = 8\)
-
Second row, second column: \(-5 - 2 = -7\)
-
Second row, third column: \(-4 - (-2) = -4 + 2 = -2\)
Putting it all together, we get:
\[ A - B = \begin{bmatrix} -7 & -4 & 2 \ 8 & -7 & -2 \end{bmatrix} \]
Thus, the resulting matrix \( A - B \) is:
\[ A - B = \begin{bmatrix} -7 & -4 & 2 \ 8 & -7 & -2 \end{bmatrix} \]