Steven K. answered 10/08/20
Electrical Engineering Student
To add or subtract matrices, they must be of the same dimensions. These two are, so the subtraction is straight forward. A general formula would be if A = [ a1 , a2 ] and B = [ b1 , b2 ] then A - B = [ (a1 - b1) , (a2 - b2) ]. In your specific problem A - B = [ -8 , 0 ].