Subtracting Matrices
For two m n matrices X and Y, the different X –Y is the m n matrix defined by
X – Y = X + (-Y).
This definition means that matrix subtraction can be performed by subtracting
corresponding elements. For example, with A, B, and – B as defined above,
A – B = A + (-B) =