Matrix Multiplication
Matrix multiplication is a binary operation that produces a matrix from two matrices. The number of columns in the first matrix must be equal to the number of rows in the second matrix. Matrix multiplication is defined as row by column multiplication where the elements of the ith row of first matrix A are multiplied by the corresponding elements in the jth column of another matrix B. Then the multiplicated numbers are added.
Please input a value between -100 to 100
Switch to: