Multiply two matrices and see the dot-product working for every cell. Exact fractions, no rounding. Dimensions up to 6×6.
Enter the entries of matrix A and matrix B — whole numbers, decimals, and fractions like 1/2 are all accepted.
Pick the rows and columns for A and B. The number of columns in A must equal the number of rows in B, otherwise the product is undefined.
Type a value into each cell of both grids. The result updates as you type, and every value is kept as an exact fraction rather than a rounded decimal.
The product matrix appears first, followed by the dot-product sum used for every cell. Need a different matrix operation? More matrix tools are on the way in this suite.