up previous next
NC.SetOrdering

Sets an (admissible) ordering.
Syntax
          
NC.SetOrdering(Ordering:STRING)

          

Description
Note that default ordering is length-lexicographic ordering ("LLEX").

Example
NC.RingEnv();
Coefficient ring : Q
Ordering : LLEX

-------------------------------
NC.SetOrdering("ELIM");
NC.RingEnv();
Coefficient ring : Q
Ordering : ELIM

-------------------------------


See Also