NCo.MRDeg |
Syntax |
NCo.MRDeg(X:STRING, Ordering:STRING, Relations:LIST, F:LIST):INT |
Description |
Example |
X := "abc"; Ordering:="LLEX"; Relations := [["aa",""], ["bb",""], ["ab","c"], ["ac", "b"], ["cb", "a"]]; F := [[1,"a"],[2,"abc"],[3,"cc"]]; -- F = a+5cc NCo.MRDeg(X, Ordering, Relations, F); 2 ------------------------------- NCo.MRAdd(X, "LLEX", Relations, F,[]); [[5, "cc"], [1, "a"]] ------------------------------- NCo.MRDeg(X, Ordering, Relations, []); 0 ------------------------------- |
See Also |