Matrix subtraction is done entry by entry. You can only subtract matrices of the same size, meaning they must have the same number of rows and columns.
If [ A=\begin{bmatrix}a&b\c&d\end{bmatrix}, \quad B=\begin{bmatrix}e&f\g&h\end{bmatrix}, ] then [ A-B=\begin{bmatrix}a-e&b-f\c-g&d-h\end{bmatrix}. ]
After finding your answer, compare each position separately: first entry minus first entry, second minus second, and so on. If possible, add your result to the matrix you subtracted and see whether you get back the original first matrix.
© 2023-2026 AI MATH COACH