For the matrix verify the associativity of matrix multiplication i.e. (AB)C = A(BC). A = [[1, 2, 0], [-1, 0, 1]], B=[[1, 0], [-1, 2], [0, 3]] and C=[[1], [-1]]