I have to multiplty 2 matrices in Mathematica, but I have no idea how to force simplification. I create matrices by A={{a,1,b,},... and multiply using C=Dot=[A,B]//MatrixForm
My problem is that Mathematica gives output like A*B, but it's not simplified and calculated.
B={{1,1,1,1},{0,1,0,a},{a,b,c,d},{0,0,0,1}}//MatrixForm
C=Dot[A,B] //MatrixForm
– imdumb Feb 06 '18 at 17:50(A = ...) // MatrixForm, see linked topic and let me know if you disagree with closing. – Kuba Feb 06 '18 at 17:58