Difference between revisions of "ApCoCoA-1:NCo.UnsetRelations"
From ApCoCoAWiki
(New page: <command> <title>NCo.UnsetRelations</title> <short_description> Set relations to the empty set. </short_description> <syntax> NCo.UnsetRelations() </syntax> <description> <example> NCo.Set...) |
m (Bot: Category moved) |
||
Line 34: | Line 34: | ||
<key>NCo.UnsetRelations</key> | <key>NCo.UnsetRelations</key> | ||
<key>UnsetRelations</key> | <key>UnsetRelations</key> | ||
− | <wiki-category>Package_gbmr</wiki-category> | + | <wiki-category>ApCoCoA-1:Package_gbmr</wiki-category> |
</command> | </command> |
Revision as of 16:32, 2 October 2020
NCo.UnsetRelations
Set relations to the empty set.
Syntax
NCo.UnsetRelations()
Description
Example
NCo.SetX(<quotes>xyz</quotes>); NCo.SetRelations([[<quotes>yx</quotes>,<quotes>xy</quotes>],[<quotes>zx</quotes>,<quotes>xz</quotes>],[<quotes>zy</quotes>,<quotes>yz</quotes>]]); -- yx=xy, zx=xz, zy=yz NCo.RingEnv(); Coefficient ring : Q Alphabet : xyz Ordering : LLEX Relations : [[<quotes>yx</quotes>, <quotes>xy</quotes>], [<quotes>zx</quotes>, <quotes>xz</quotes>], [<quotes>zy</quotes>, <quotes>yz</quotes>]] ------------------------------- NCo.UnsetRelations(); NCo.RingEnv(); Coefficient ring : Q Alphabet : xyz Ordering : LLEX -------------------------------
See also