up previous next

IndetName

Syntax

IndetName(X:INDET):STRING
    

Summary

the name of an indeterminate

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