Define a function that multiplies 2 matrices. The function should have 3 parameters for arrays. The first 2 parameters are the matrices to be multiplied. The third parameter should be the matrix which is the product. Print the result. Also define a function that transposes a matrix. The function should have 2 parameters for arrays. The first parameter is the matrix to be transposed and the second parameter is the transposed matrix. Print the result Matrix A is a 3x2 Matrix B is a 2x4