On Tue, 2011-02-22 at 20:48 +0100, Marco Rofei wrote:
> After a bit of tries, I got this:
>
> (%i1) '\ ^"0"*A[5];
> 0
> (%o1) A
> 5
>
> where 0 is zero, but I can't order them in order to have ^0 before
> A[..]
>
> Is there a way to reorder the expression?
If it is for display only, try this:
(%i3) prefix("?");
(%o3) ?
(%i4) ?A[5];
(%o4) ? A
5
Assuming you are using UTF8. In my keyboard I obtain the superscript 0
unicode character by pressing ^ followed by 0. You might also look up a
Unicode table and cut and paste the superscript you need.
Regards,
Jaime