On 7/16/06, Richard Fateman <fateman at cs.berkeley.edu> wrote:
>
> Mostly wxmaxima works quite well. I found this to be a problem:
> Create a long expression, for example,
> S:rat(x+1)^40;
> R:a^S;
>
> Now try to display
> 'integrate(f(x),x,0,R);
>
> And the expression for R as an upper limit is not all there in the display.
As a rule wxmaxima displays expressions which are too big to be
displayed in graphic style in 1d style (similarly as maxima). This is
implemented for expressions which appear often (like fractions) but
not for expressions which appear rarely (like integrals or limits).
Andrej