up previous next
NC.IsFinite

Check whether the K-dimension dim(K/) is finite, where is an monoid ideal generated by a finite set of monoid M.
Syntax
          
NC.IsFinite(X:STRING, M:LIST):BOOL

          

Description
Please note: The function(s) explained on this page is/are using the ApCoCoAServer. You will have to start the ApCoCoAServer in order to use it/them.



Example
X:="xy";
M:=["xxx","yxy","xyx"];
NC.IsFinite(X, M);
False
-------------------------------
X:="xy";
M:=["xxx","yxy","xyx","yyx","yyy"];
NC.IsFinite(X, M);
True
-------------------------------


See Also