Please answer using Python Pycharm 2018 programming.
Objective Write a function named matrix_mul(a, b). Given a two 2D array(Matrix) A and B, the function returns the product of A and B Description The product C of two matrices A and B is defined as where i is summed over for
OR
OR