Description: SortRelations[aListOfRules] sorts the list of rules aListOfRules. First, the sorting isdone 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 ofthe 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 themonomial order.
Arguments: aListOfVariables is a list of indeterminates.