Barton
-----maxima-bounces at math.utexas.edu wrote: -----
>To: maxima at math.utexas.edu
>From: Vadim <vadim at vkonovalov.ru>
>Sent by: maxima-bounces at math.utexas.edu
>Date: 05/17/2007 07:22AM
>Subject: how do I use upper indicies in Maxima?
>
>Hello, all,
>
>in TexMacs when I do
>alpha[0];
>I see small greek letter alpha with lower index zero.
>
>1. How do I specify *upper* indicies?
Look at the orthopoly source; example:
(%i1) load(orthopoly);
(%o1) C:/PROGRA~1/MAXIMA~2.0/share/maxima/5.11.0
/share/orthopoly/orthopoly.o
(%i2) jacobi_p(a,b,c,x);
(b, c)
(%o2) P (x)
a
(%i3)
(Maybe the spacing is messed up -- if so, try it for yourself.)
Barton