Getting full output in mathematica

Carlis

Senior member
May 19, 2006
237
0
76
When using mathematica to multiply / invert symbolic matrices mathematica returns the expression that I put in to it rather then the explicit new matrix. For example;

A B C matrices,

D=A*B*Invert[C] in

produces

D=A*B*Invert[C] out.

But I just want D !

what should I do?