Difference between revisions of "ApCoCoA-1:NC.SetOrdering"
From ApCoCoAWiki
(New page: <command> <title>NC.SetOrdering</title> <short_description> Set (admissible) ordering. </short_description> <syntax> NC.SetOrdering(Ordering) </syntax> <description> <itemize> <item>@param...) |
|||
Line 30: | Line 30: | ||
<see>NC.NR</see> | <see>NC.NR</see> | ||
<see>NC.SetFp</see> | <see>NC.SetFp</see> | ||
+ | <see>NC.SetRelations</see> | ||
+ | <see>NC.SetRules</see> | ||
<see>NC.SetX</see> | <see>NC.SetX</see> | ||
<see>NC.Subtract</see> | <see>NC.Subtract</see> |
Revision as of 21:28, 14 July 2010
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