Maxima Function
reverse (list)
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.
reverse
reverse(a=b);
b=a