Difference between revisions of "ApCoCoA-1:NCo.UnsetRelations"

From ApCoCoAWiki
m (Bot: Category moved)
m (fixed links to namespace ApCoCoA)
Line 26: Line 26:
 
</description>
 
</description>
 
<seealso>
 
<seealso>
<see>NCo.SetRelations</see>
+
<see>ApCoCoA-1:NCo.SetRelations|NCo.SetRelations</see>
 
</seealso>
 
</seealso>
 
<types>
 
<types>

Revision as of 08:35, 7 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

NCo.SetRelations