up previous next
indets

list of current indeterminates

Syntax
indets(R:RING):LIST

Description
This function returns the list of indeterminates of the current ring.

Example
/**/  Use R ::= QQ[x,y,z];
/**/  indets(R);
[x, y, z]

See Also