Matrix addition involves adding two matrices of the same dimension.Matrix subtraction involves subtracting two matrices of the same dimension.Matrix transpose can convert a matrix to a different dimension.Matrix multiplication multiplies the rows of the first matrix with the columns of the second matrix.