reveal SciMax Toolbox revert

SciMax Toolbox >> reverse

reverse

Maxima Function

Calling Sequence

reverse (list)

Description

Reverses the order of the members of the list (not the members themselves). reverse also works on general expressions, e.g. reverse(a=b); gives b=a.

reveal SciMax Toolbox revert