Difference between revisions of "ApCoCoA-1:NC.SetOrdering"
From ApCoCoAWiki
Line 47: | Line 47: | ||
<see>NC.UnsetRules</see> | <see>NC.UnsetRules</see> | ||
<see>NC.UnsetX</see> | <see>NC.UnsetX</see> | ||
− | <see>Gbmr. | + | <see>Gbmr.MRAdd</see> |
− | |||
<see>Gbmr.MRBP</see> | <see>Gbmr.MRBP</see> | ||
<see>Gbmr.MRIntersection</see> | <see>Gbmr.MRIntersection</see> | ||
<see>Gbmr.MRKernelOfHomomorphism</see> | <see>Gbmr.MRKernelOfHomomorphism</see> | ||
<see>Gbmr.MRMinimalPolynomials</see> | <see>Gbmr.MRMinimalPolynomials</see> | ||
+ | <see>Gbmr.MRMultiply</see> | ||
+ | <see>Gbmr.MRSubtract</see> | ||
<see>Introduction to CoCoAServer</see> | <see>Introduction to CoCoAServer</see> | ||
</seealso> | </seealso> |
Revision as of 12:40, 19 July 2010
NC.SetOrdering
Set an (admissible) ordering.
Syntax
NC.SetOrdering(Ordering)
Description
Note that default ordering is length-lexicographic ordering ("LLEX").
@param Ordering: an STRING which indicates an (admissible) ordering. For the time being, the package has supported length-lexicographic ordering ("LLEX") and elimination ordering ("ELIM").
Example
NC.RingEnv(); Coefficient ring : Q (float type in C++) Ordering : LLEX ------------------------------- NC.SetOrdering(<quotes>ELIM</quotes>); NC.RingEnv(); Coefficient ring : Q (float type in C++) Ordering : ELIM -------------------------------
See also