On Mon, Apr 21, 2008 at 1:32 PM, S. Newhouse <sen1 at math.msu.edu> wrote:
> ...I will suppress the outputs since the exponents get shifted in the 'cut
> and paste'
The easiest and most reliable way to show Maxima output in email is using
the display2d:false mode, which prints in linear form, e.g.
diff(x^x^x,x) =>
x^x^x*(x^x*log(x)*(log(x)+1)+x^(x-1))
-s