Zero version of mathematica evaluator for MAXIMA



> (%o36)        y + x + t
>
> Mathematica result: y+x+1
>
> How it is possible to force MAXIMA to use final result of the assigments?

well, Mma's evaluation policy differs substantially from Maxima's ---
so far as i know, Mma tries to reevaluate everything until it does not
change any more.

i think Maxima's infeval (infinite evaluation) evaluation flag has a
similar effect ---
try ev (expr, infeval); or just expr, infeval; on the command line.

hope this helps,
robert dodier