NC.MRIsHomog |
Syntax |
NC.MRIsHomog(X:STRING, Ordering:STRING, Relations:LIST, F:LIST):BOOL |
Description |
Example |
X := "xy"; Ordering:="LLEX"; Relations := []; F1 := [[1,"x"], [1,"y"]]; F2 := [[1,"xx"],[1,"xy"],[1,"x"]]; F := [F1,F2]; NC.MRIsHomog(X, Ordering, Relations, F); False ------------------------------- NC.MRIsHomog(X, Ordering, Relations, F1); True ------------------------------- NC.MRIsHomog(X, Ordering, Relations, F2); False ------------------------------- |
See Also |