NC.Interreduction |
Syntax |
NC.Interreduction(G:LIST):LIST |
Description |
Example |
NC.SetX("abc"); NC.SetOrdering("ELIM"); G:=[[[1,"ba"]], [[1,"b"],[1,""]], [[1,"c"]]]; NC.Interreduction(G); [[[1, "a"]], [[1, "b"], [1, ""]], [[1, "c"]]] ------------------------------- |
See Also |