I am sending this email, which I had sent earlier but with slight different approach. I have two large matrix, with same dimensions. I want to compare matrix 1 file with matrix 2 file.
I just now want to subtract the cells of matrix 1 from matrix 2.
Example
Matrix 1
2 3 6 9 12
-3 4 7 -2 -6
3 10 4 8 14
Matrix 2
3 1 5 7 14
-1 7 3 -1 -8
2 6 1 12 18
Subtracting matrix 1 from matrix 2:
Final Matrix 2 would be:
-1 2 1 2 -2
-2 -3 4 -1 2
1 4 3 -4 -4
Thankyou allways.
Any help will be tremendously appreciated.
I just now want to subtract the cells of matrix 1 from matrix 2.
Example
Matrix 1
2 3 6 9 12
-3 4 7 -2 -6
3 10 4 8 14
Matrix 2
3 1 5 7 14
-1 7 3 -1 -8
2 6 1 12 18
Subtracting matrix 1 from matrix 2:
Final Matrix 2 would be:
-1 2 1 2 -2
-2 -3 4 -1 2
1 4 3 -4 -4
Thankyou allways.
Any help will be tremendously appreciated.