On Fri, Apr 11, 2008 at 7:54 AM, Mario Rodriguez
<biomates at telefonica.net> wrote:
> (%i1) print(x=2)$
> (x = 2)
Mario, this is a consequence of adjustments to the display
of n-ary operators which I made a few months ago.
There isn't any easy way to change it so far as I know.
I will take a look at it this weekend.
print calls the Lisp function DISPLA with some bits which
cause parentheses to be displayed.
If you call DISPLA directly e.g. ?displa(expr) then the
parentheses are not displayed.
Maybe the Maxima functions disp and display are useful to you.
HTH
Robert Dodier