up previous next
IndetName

the name of an indeterminate
Syntax

IndetName(X:INDET):STRING


Description
This function returns the name of the indeterminate X as a string (i.e. the letter without the indices).

Example
  Use R ::= QQ[x,y,z];
  IndetName(Indet(2));
y
-------------------------------
  Type(It);
STRING
-------------------------------
  Use QQ[x[1..5]];
  IndetName(Indet(2));
x
-------------------------------


See Also