up previous next
NC.SetX

Set alphabet (set of 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