Hi
I found solution to my problem, let me share it in case someone else might need it;
lets assume C=A*B
and A, B, C are matrices with dimensions $$ A_{(m,n)}, B_{(n,k)}, C_{(m,k)} $$
Assume we are trying to find A for given B and C
Then the number of equations we have is m*k, one...