15.6 NCProcess1 and NCProcess2: The technical descriptions

Below, aList is a list of polynomials, n is a positive integer, filename is a character string and rules is a sequence of zero or more Mathematica rules which correspond to NCProcess options.

NCProcess1[aList_,n_,filename_,rules___Rule]:=  
   NCProcess[aList,n,filename,SBByCat->True,RR->True,rules];  
NCProcess2[aList_,n_,filename_,rules___Rule]:=  
   NCProcess[aList,n,filename,SB->True,RR->True,rules];  
which is the same as  
   NCProcess[aList,n,n+1,n+1,n+2,filename,SB->True,RR->True,rules];

For an understanding of “n,n+1,n+1,n+2”, see the footnote in §15.2 Arguments.