up previous next
IndetInd

the index of an indeterminate

Syntax
IndetInd(X:INDET):LIST

Description
This function returns the index of the indeterminate X.

Example
Use R ::= Q[x[1..3,1..2],y,z];
IndetInd(x[3,2]);
[3, 2]
-------------------------------
IndetInd(y);
[ ]
------------------------------- 


See Also