Subject: Re: [imaxima/XEmacs] problem with imaxima...
From: fred
Date: Fri, 12 Mar 2004 12:58:46 +0100
fred wrote:
> Hi all,
>
> Is it the good place to post questions/problems about imaxima ?
>
> There is no mailing-list and I've mailed the author but received no answer.
It seems that it's not a imaxima problem.
I have the same problem with TeXmacs, and whatever the common lisp
versions are (cmucl, gcl or clisp).
So...
I have a problem under imaxima (note that with TeXmacs/maxima too) with
subscripted variable raised to power n.
If I type
x^3;
the result is ok, if I type
x[i];
too.
But if I type
x[i]^2;
the result looks like
x^2(i)
What's wrong ?
The reason is that clisp sends to tex
x^{2}\left(i\right)
instead of
x_i^{2}
How can I hack the trick ?
Thanks in advance,
--
Fred.