up previous next
NC.SetX

Sets the alphabet (indeterminates).
Syntax
          
NC.SetX(X:STRING)

          

Description


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

-------------------------------
NC.SetX("xyz");
NC.RingEnv();
Coefficient ring : Q
Alphabet : xyz
Ordering : LLEX

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


See Also