ApCoCoA-1:NC.SetOrdering

From ApCoCoAWiki
Revision as of 21:25, 14 July 2010 by 132.231.183.16 (talk) (New page: <command> <title>NC.SetOrdering</title> <short_description> Set (admissible) ordering. </short_description> <syntax> NC.SetOrdering(Ordering) </syntax> <description> <itemize> <item>@param...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

NC.Add

NC.GB

NC.IsGB

NC.LC

NC.LT

NC.LTIdeal

NC.Multiply

NC.NR

NC.SetFp

NC.SetX

NC.Subtract

Gbmr.MRSubtract

Gbmr.MRMultiply

Gbmr.MRBP

Gbmr.MRIntersection

Gbmr.MRKernelOfHomomorphism

Gbmr.MRMinimalPolynomials

Introduction to CoCoAServer