up previous next

Indets

Syntax

Indets():LIST
    

Summary

list of current indeterminates

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