up previous next
NC.UnsetRelations

Set relations to the empty set.
Syntax
          
NC.UnsetRelations()

          

Description


Example
NC.SetX("xyz");
NC.SetRelations([["yx","xy"],["zx","xz"],["zy","yz"]]); -- yx=xy, zx=xz, zy=yz
NC.RingEnv();
Coefficient ring : Q
Alphabet : xyz
Ordering : LLEX
Relations : [["yx", "xy"], ["zx", "xz"], ["zy", "yz"]]
-------------------------------
NC.UnsetRelations();
NC.RingEnv();
Coefficient ring : Q
Alphabet : xyz
Ordering : LLEX
-------------------------------


See Also