up previous next
NC.UnsetOrdering

Sets the current admissible ordering to 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