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