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?
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?