Question

Write a function that multiplies two matrices?

Login to Submit

Examples

Input: [[1, 2] [3, 4]]  [[1, 2] [3, 4]]
Output: [[7, 10], [15, 22]]
Reason: Look into your maths book