C = A + B
Add corresponding elements of two matrices.
C = A × B
Multiply rows of matrix A with columns of matrix B.
Matrices are used in mathematics, machine learning, computer graphics and engineering. Matrix operations help solve systems of equations and perform transformations.