Difference between revisions of "ApCoCoA-1:NC.SetOrdering"
From ApCoCoAWiki
Line 2: | Line 2: | ||
<title>NC.SetOrdering</title> | <title>NC.SetOrdering</title> | ||
<short_description> | <short_description> | ||
− | + | Sets an (admissible) ordering. | |
</short_description> | </short_description> | ||
<syntax> | <syntax> | ||
− | NC.SetOrdering(Ordering) | + | NC.SetOrdering(Ordering:STRING) |
</syntax> | </syntax> | ||
<description> | <description> | ||
Note that default ordering is length-lexicographic ordering (<quotes>LLEX</quotes>). | Note that default ordering is length-lexicographic ordering (<quotes>LLEX</quotes>). | ||
<itemize> | <itemize> | ||
− | <item>@param <em>Ordering</em>: | + | <item>@param <em>Ordering</em>: a string which indicates an (admissible) ordering. For the time being, the package supports length-lexicographic ordering (<quotes>LLEX</quotes>) and elimination ordering (<quotes>ELIM</quotes>). |
</item> | </item> | ||
</itemize> | </itemize> |
Revision as of 15:09, 14 October 2010
NC.SetOrdering
Sets an (admissible) ordering.
Syntax
NC.SetOrdering(Ordering:STRING)
Description
Note that default ordering is length-lexicographic ordering ("LLEX").
@param Ordering: a string which indicates an (admissible) ordering. For the time being, the package supports length-lexicographic ordering ("LLEX") and elimination ordering ("ELIM").
Example
NC.RingEnv(); Coefficient ring : Q Ordering : LLEX ------------------------------- NC.SetOrdering(<quotes>ELIM</quotes>); NC.RingEnv(); Coefficient ring : Q Ordering : ELIM -------------------------------
See also