For the matrix verify the distributivity of matrix multiplication over matrix addition i.e. A(B + C) = AB + AC. A = [[4, 2, 3], [1, 1, 2], [3, 0, 1]], B = [[1, -1, 1], [0, 1, 2], [2, -1, 1]] and C = [[1, 2, -1], [3, 0, 1], [0, 0, 1]]