If
I1 = {{1,0},{1,-1}}
and
Acl = {{A , -B*K},{C*L, A-B*K-C*L}}
where A, B, C, and D are not defined in the notebook. When I multiply the two matrices like this:
I1.Acl
Mathematica gives me the following:
Whereas if I don't multiply the I1 and Acl but multiply the contents of the variables directly (with parenthesis around each element of the matrice). Mathematica gives me the answer as I would expect. Like this:
How can I multiply a two symbolic matrices together such that I get an answer that an actual matrice multiplication instead of just displaying what I asked Mathematica to do. I'm sure this is a stupid question, but I searched Stack Exchange for 10 minutes using various search strings. In addition I searched Youtube, and Google.
Wolfram alpha gives me the answer as I would have expected. In the same form as if I had done the multiplication by hand. Mathematica won't.
Mathematica Version 11.3



CandKhave built-in meaning, which could lead to unexpected results (you can tell whether a variable has been assigned a value/definition by the colouring). – AccidentalFourierTransform Oct 01 '18 at 01:26