Maxima Function
orderless (v_1, ..., v_n)
Sets up aliases for the variables v_1, ..., v_n such that v_1 < v_2 < ... < v_n, and v_n < any other variable not mentioned as an argument.
Thus the complete ordering scale is: numerical constants <
declared constants < declared scalars < first argument to orderless
<
... < last argument to orderless
< variables which begin with A < ...
< variables which begin with Z < last argument to ordergreat
<
... < first argument to ordergreat
< declared mainvar
s.