Question: how do I find sum of products of entries from two matrices?

Suppose I have have two matrices A[i,j] and B[i,j]. I want to find prodcts of the form A[i,j]*B[i,j] for all values of i and j and then sum of all the products. Any help would be highly appreciated.

 

M. Yaseen

Please Wait...