"depends" problem of variables with subscripts



I know nothing of programming in lisp, so all I can do now is requesting, sorry

the code works for displaying, but variables introduced in this way
will have some different behaviors as usual variables. maybe some more
hacks are needed. It's ok for me to wait for these features to be
included in a new release.

another question, will it cause problems if I introduce x and x[1] at
the same time in derivations as independent variables, for x is
actually the array name of the element x[1]?

On 7/10/07, Richard Fateman <fateman at cs.berkeley.edu> wrote:
> See http://www.cs.berkeley.edu/~fateman/temp/subsuper.lisp
>
> For a solution to this problem using nformat.
> It could be installed by you, or by one of the CVS owners.
>
> It makes atoms of the form subsup x 1 2    display with sub and super
> scripts.
> It also shows how to make them.
>
> RJF
>
>