ApCoCoA-1:NCo.UnsetRelations
From ApCoCoAWiki
This article is about a function from ApCoCoA-1. |
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