up previous next

IndetInd

Syntax

IndetInd(X:INDET):LIST
    

Summary

the index of an indeterminate

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