Problem and result in one line



The functions 'display' and 'ldisplay' do seem to be the functions
Poul wanted. Maybe it's not worthwhile mentioning, but there are some
differences between my function 'show' and 'display.' Try

display(integrate(x,x));
display('integrate(x,x));
show(integrate(x,x));
show('integrate(x,x));

Barton

-----maxima-admin@math.utexas.edu wrote: -----

>To: Poul.Riis@skolekom.dk
>From: Robert Dodier
>Sent by: maxima-admin@math.utexas.edu
>Date: 03/27/2005 10:01PM
>cc: maxima@math.utexas.edu
>Subject: Re: [Maxima] Problem and result in one
>line
>
>Hello Poul,
>
>Perhaps what you want is the built-in commands
 >display and ldisplay.