up previous next
Indets

list of current indeterminates
Syntax

Indets():LIST


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

Example
Use R ::= Q[x,y,z];
Indets();
[x, y, z]
-------------------------------


See Also