up previous next
Indet

individual indeterminates
Syntax

Indet(N:INT):POLY


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

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


See Also