up previous next
IndetInd

the index of an indeterminate

Syntax
IndetInd(X:INDET):LIST

Description
This function returns the indices of the indeterminate X. Please note the difference with IndetIndex .

Example
/**/  Use R ::= QQ[x[1..3,1..2],y,z];
/**/  IndetInd(x[3,2]);
[3, 2]
/**/  IndetInd(y);
[]
/**/  IndetIndex(RingElem(R, ["x",3,2]));
6
/**/  IndetInd(RingElem(R, ["x",3,2]));
[3, 2]

See Also