cgreaterpignore SciMax Toolbox changevar

SciMax Toolbox >> changename

changename

Maxima Function

Calling Sequence

changename (old, new, expr)

Description

will change the name of all indexed objects called old to new in expr. old may be either a symbol or a list of the form [name, m, n] in which case only those indexed objects called name with m covariant and n contravariant indices will be renamed to new.

cgreaterpignore SciMax Toolbox changevar