38.3 Starting Relations

38.3.1 SortRelations[aListOfRules]

Aliases: None
Description: SortRelations[aListOfRules] sorts the list of rules aListOfRules. First, the sorting is done by the number of unknowns in each rule. For rules with the same number of unknowns, the one which is considered largest is the one which has a largest left hand side (in terms of the monomial order).
Arguments: aListOfRules is a list of rules.
Comments / Limitations:

38.3.2 SortMonomials[aListOfVariables]

Aliases: None
Description: SortMonomials[aListOfVariables] returns a sorted list of monomials in terms of the monomial order.
Arguments: aListOfVariables is a list of indeterminates.
Comments / Limitations: