ApCoCoA-1:NC.SetOrdering
From ApCoCoAWiki
Revision as of 21:25, 14 July 2010 by 132.231.183.16 (talk) (New page: <command> <title>NC.SetOrdering</title> <short_description> Set (admissible) ordering. </short_description> <syntax> NC.SetOrdering(Ordering) </syntax> <description> <itemize> <item>@param...)
NC.SetOrdering
Set (admissible) ordering.
Syntax
NC.SetOrdering(Ordering)
Description
@param X: an STRING which is an alphabet (indeterminates) of a free associative K-algebra. Every letter in X should occurrence only once. And the order of letters in X is important since it will induce an admissible ordering.
Example
NC.SetX(<quotes>abc</quotes>); NC.RingEnv(); Coefficient ring : Q (float type in C++) Alphabet : abc -------------------------------
See also