On Mon, 2011-10-24 at 07:01 -0700, Ether Jones wrote:
> Is there a way to force maxima to display an expression exactly as I
> have entered it, rather than "simplifying" it for me?
>
> For example, when I enter (W/4)*(1/(1+x)) it displays as W/(4*(x
> +1))
Hi,
perhaps this will solve your problem?
(%i2) (W/4)*(1/(1+x));
(%o2) W/(4*(x+1))
(%i3) grind(%i2);
W/4*(1/(1+x))$
Regards,
Jaime