up
previous
next
indet
individual indeterminates
Syntax
indet(R:RING, N:INT):POLY
Description
This function returns the N-th indeterminate of the current ring.
Example
/**/ Use R ::= QQ[x,y,z]; /**/ indet(R, 2); y
See Also
IndetInd
IndetIndex
IndetName
indets
NumIndets