Hi , I have been thinking of this question for a long time. Can someone give me an advice?
There are three known matrices M, N, and K.
M is a (4*4) matrix:
M=
[ 1 0 2 3;
2 1 3 5;
4 1 1 2;
0 3 4 3 ]
N is a (4*3) matrix:
N=
[ 3 0 4;
1 5 2;
7 1 3;
2 2 1 ]
K is a...