up previous next
NCo.UnsetRelations

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

          

Description


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


See Also