Hadamard Product: Element Wise Matrix Multiplication
Hadamard Product or Element Wise Matrix Multiplication between any number of Matrices can be done if all the Matrices have Same Number of Rows and Same Number of Columns. The Resultant Matrix also has the Same Number of Rows and Columns as the input Matrices.
Given 2 \(M \times N\) Matrices, Matrix \(A\) having elements \(a_{ij}\) and Matrix \(B\) having elements \(b_{ij}\) as following
Hadamard Product between Matrix \(A\) and Matrix \(B\) is calculated by Multiplying the Corresponding Elements of Matrix \(A\) and Matrix \(B\) as given in following