Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
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.
There are also some inexact matches for reverse. Try ?? reverse to see them.
(%o1) true (%i2)