23.2 Creating Categories

This is the command which is used inside NCProcess to instruct the C + + code to make categories. It takes aName to be NCPAns.

Before using this commands one must use SetMonomialOrder.

23.2.1 CreateCategories[aListOfPolynomials, aName]

Aliases: None
Description: CreateCategories[aListOfPolynomials,aName] sorts aListOfPolynomials into categories. Each category and its label is stored in the array associated to the symbol aName and it is accessible by aName[label] using the GetCategory command. aListOfPolynomials is a list of polynomials. aName is a symbol which has not been used previously.
Arguments: aListOfPolynomials is a list of polynomials. aName is a Mathematica symbol.
Comments / Limitations: Not available before NCAlgebra 1.2. See GetCategory.

This is the command which is used inside NCProcess to instruct the C + + code to make categories. It takes aName to be NCPAns.