Addition of matrices is commutative which means A+B = B+A. Addition of matrices is associative which means A+(B+C) = (A+B)+C. The order of matrices A, B and A+B is always same. … The complexity of addition operation is O(m*n) where m*n is order of matrices Operation of Matrices