Hello all,
I have a question:
assume in matrix M(n*n), each element M(i,j) of matrix is computed as M(i&)*M(&j) / M(&&) where M(i&) is the summation of ith row, and M(&j) is the summation of jth column and M(&&) is the summation of all M(ij) for i=1..n and j=1..n. Now I want to know what is...