I am trying to subtract two matrix which are large file, into one matrix. The matrix for example as follows:
Matrix 1
4 5 7 8
6 9 12 5
3 1 0 2
Matrix 2
7 9 2 0
1 3 6 2
3 5 8 1
Subtract result will be:
-3 -4 5 8
5 6 6 3
0 -4 -8 1
Any help will eb gratly appreciated.
Thanks.
Matrix 1
4 5 7 8
6 9 12 5
3 1 0 2
Matrix 2
7 9 2 0
1 3 6 2
3 5 8 1
Subtract result will be:
-3 -4 5 8
5 6 6 3
0 -4 -8 1
Any help will eb gratly appreciated.
Thanks.