NC.UnsetRelations |
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 |