Description: RegularOutput[aListOfPolynomials,“fileName”] takes the list of polynomials
in aListOfPolynomials and organizes this list in a certain way, and places
the organized information in a file called “fileName”. It is the heart of the
NCProcess display. The organization performed is based on the monomial order
which was specified using SetMonomialOrder. Think of every variable in aList1
declared, via SetMonomialOrder[aList1,1], to be lowest in the ordering as a known.
The unknowns are the remaining variables denoted var which are defined, via
SetMonomialOrder[aList,n] where aList is a list of variables and var in a member
of this list and n ≥ 2. For RegularOutput the only thing that counts is unknowns.
RegularOutput sorts polynomials in aListOfPolynomials into categories consisting ofpolynomials having the same unknowns.
Arguments: “fileName” is a character string. aListOfPolynomials is a list of polynomials.
Comments / Limitations: Not available before NCAlgebra 1.2