Superscript



On 2/21/11, Richard Fateman <fateman at eecs.berkeley.edu> wrote:

> we create an object that has no display form, and do this:
>
> {}^u*A[v].   Unfortunately we have the case in hand that u=0.

For the record, it is easy enough to create this invisible object.
The Maxima parser already recognizes \  (i.e. backslash preceding
a space) as the symbol which has the name " ".
So we could do this (although I don't know that it's useful in
the present context).

texput (\ , "{}");
tex (\ ^u);
 => $${}^{u}$$

FWIW

Robert Dodier