Matrix Subtraction Calculator
Subtract two matrices of the same dimensions element-wise.
Calculator
Enter the values for Matrix A and Matrix B (m x n).
Sample Matrices:
A = [[1, 2], [3, 4]], B = [[5, 6], [7, 8]]
Sample Matrices:
A = [[1, 2], [3, 4]], B = [[5, 6], [7, 8]]
Result
Difference of the matrices.