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.

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


See Also