Prevent evaluation



On Mon, 2011-03-14 at 21:17 +0100, Rene Grothmann wrote:
> If I pass that for printing, the determinant is multiplied inside as
> shown above. 
> 
> If I prevent simplification, it never prints in matrix 2D form. So
> there is no nice way to do this.
> 
> This, by the way, is strange to me: What is this matrix form which
> prints in 2D? 
Instead of sending the result back to Maxima for 2D printing, why don't
you send the input again? Namely, set display2d to false, send
factor(1000), save the result, set display2d to true and send
factor(1000) again.

Or you could also keep display2d alwaus true and do: send factor(1000)
to Maxima, send grind(%) to get the same result in 1D form and save it.

Regards,
Jaime