Product matrix calculator : This matrix calculator allows to calculate online the product of two matrix with calculation step.
Syntax :matrix_product(matrix;matrix)
Examples :matrix_product(`[[3;1;-5];[3;2;1];[4;0;1]];[[3;1;2];[3;4;1];[4;0;1]]`) returns `[[20;5;-12];[25;11;-10];[16;4;-19]]`
The calculator can calculate online the product of two matrices. The matrix calculator may calculate the product of t matrix whose coefficients have letters or numbers, it is a formal matrix calculation calculator.
The calculator can calculate the product of two matrices with the results in exact form: to calculate the product of matrices `((3,3,4),(1,2,0),(-5,1,1))*((3,3,4),(1,4,0),(2,1,1))`, enter matrix_product(`[[3;1;-5];[3;2;1];[4;0;1]];[[3;1;2];[3;4;1];[4;0;1]]`), after calculation, the result is returned.
The calculator allows symbolic calculations, it is possible to use letters as well to calculate the product of two matrices like this: `((a,3),(a/2,4))*((a,1),(a/2,2))`, enter matrix_product(`[[a;a/2];[3;4]];[[a;a/2];[1;2]]`), after calculation, the result is returned.