ordergreatp SciMax Toolbox orderlessp

SciMax Toolbox >> orderless

orderless

Maxima Function

Calling Sequence

orderless (v_1, ..., v_n)

Description

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 mainvars.

See also and .

ordergreatp SciMax Toolbox orderlessp