listify SciMax Toolbox listofvars

SciMax Toolbox >> listoftens

listoftens

Maxima Function

Calling Sequence

listoftens

Description

Lists all tensors in a tensorial expression, complete with their indices. E.g.,

(%i6) ishow(a([i,j],[k])*b([u],[],v)+c([x,y],[])*d([],[])*e)$
                                         k
(%t6)                        d e c    + a    b
                                  x y    i j  u,v
(%i7) ishow(listoftens(%))$
                               k
(%t7)                        [a   , b   , c   , d]
                               i j   u,v   x y
listify SciMax Toolbox listofvars