Difference between revisions of "ApCoCoA-1:NC.SetOrdering"
From ApCoCoAWiki
Line 30: | Line 30: | ||
<see>NC.Add</see> | <see>NC.Add</see> | ||
<see>NC.Deg</see> | <see>NC.Deg</see> | ||
− | <see>NC. | + | <see>NC.GAdd</see> |
<see>NC.GB</see> | <see>NC.GB</see> | ||
+ | <see>NC.GDeg</see> | ||
+ | <see>NC.GGB</see> | ||
+ | <see>NC.GHF</see> | ||
+ | <see>NC.GIsGB</see> | ||
+ | <see>NC.GLC</see> | ||
+ | <see>NC.GLT</see> | ||
+ | <see>NC.GMultiply</see> | ||
+ | <see>NC.GNR</see> | ||
+ | <see>NC.GReducedGB</see> | ||
+ | <see>NC.GSubtract</see> | ||
<see>NC.HF</see> | <see>NC.HF</see> | ||
<see>NC.Intersection</see> | <see>NC.Intersection</see> | ||
Line 38: | Line 48: | ||
<see>NC.LC</see> | <see>NC.LC</see> | ||
<see>NC.LT</see> | <see>NC.LT</see> | ||
+ | <see>NC.LTIdeal</see> | ||
+ | <see>NC.MinimalPolynomial</see> | ||
+ | <see>NC.Multiply</see> | ||
<see>NC.NR</see> | <see>NC.NR</see> | ||
<see>NC.ReducedGB</see> | <see>NC.ReducedGB</see> |
Revision as of 00:29, 12 December 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