up previous next

Indet

Syntax

Indet(N:INT):POLY
    

Summary

individual indeterminates

Description

This function returns the N-th indeterminate of the current ring.

example

    
Use R ::= Q[x,y,z];
Indet(2);
y
-------------------------------
        
    

See Also