Difference between revisions of "ApCoCoA-1:NC.SetOrdering"

From ApCoCoAWiki
Line 31: Line 31:
 
<see>NC.BP</see>
 
<see>NC.BP</see>
 
<see>NC.Deg</see>
 
<see>NC.Deg</see>
 +
<see>NC.FindPolynomials</see>
 
<see>NC.GB</see>
 
<see>NC.GB</see>
 
<see>NC.Intersection</see>
 
<see>NC.Intersection</see>
Line 64: Line 65:
 
<type>groebner</type>
 
<type>groebner</type>
 
</types>
 
</types>
<key>gbmr.setordering</key>
+
<key>gbmr.SetOrdering</key>
 
<key>NC.SetOrdering</key>
 
<key>NC.SetOrdering</key>
 
<key>SetOrdering</key>
 
<key>SetOrdering</key>
 
<wiki-category>Package_gbmr</wiki-category>
 
<wiki-category>Package_gbmr</wiki-category>
 
</command>
 
</command>

Revision as of 07:53, 26 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
Ordering : LLEX

-------------------------------
NC.SetOrdering(<quotes>ELIM</quotes>);
NC.RingEnv();
Coefficient ring : Q
Ordering : ELIM

-------------------------------

See also

NC.Add

NC.BP

NC.Deg

NC.FindPolynomials

NC.GB

NC.Intersection

NC.IsGB

NC.KernelOfHomomorphism

NC.LC

NC.LT

NC.LTIdeal

NC.MinimalPolynomial

NC.Multiply

NC.NR

NC.SetFp

NC.SetRelations

NC.SetRules

NC.SetX

NC.Subtract

NC.UnsetFp

NC.UnsetOrdering

NC.UnsetRelations

NC.UnsetRules

NC.UnsetX

NC.MRAdd

NC.MRBP

NC.MRIntersection

NC.MRKernelOfHomomorphism

NC.MRMinimalPolynomials

NC.MRMultiply

NC.MRSubtract

Introduction to CoCoAServer