Subtract the Matrices
Problem
Solution
Identify the corresponding elements in each matrix to be subtracted.
Subtract the elements in the first row:
1 - (-1) = 2, - 2 = -2, - 0 = 0,a*n*d - 1 = -1$.Subtract the elements in the second row:
0 - 1 = -1, - 2 = -1, - 1 = -1,a*n*d - 1 = -1$.Subtract the elements in the third row:
0 - 0 = 0, - 1 = -1, - 1 = 0,a*n*d - (-1) = 1$.Subtract the elements in the fourth row:
0 - 0 = 0, - 0 = 0, - 1 = -1,a*n*d - 2 = -1$.Assemble the resulting values into a new
4×4 matrix.
Final Answer
Want more problems? Check here!