up previous next
NC.UnsetOrdering

Set the current admissible ordering to the default ordering LLEX (length-lexicographic ordering).
Syntax
          
NC.UnsetOrdering()

          

Description


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


See Also