Implement a function mat_mult_by_transpose(mat) which gets a valid matrix called mat and returns a new matrix which is the matrix multiplication of
Implement a function mat_mult_by_transpose(mat) which gets a valid matrix called mat and returns a new matrix which is the matrix multiplication of