|
5.1.151 variables
Syntax:
variables ( poly_expression )
variables ( ideal_expression )
variables ( matrix_expression )
Type:
- ideal
Purpose:
variables(p) returns the list of all ring variables the argument depends on.
Example:
See
leadexp;
nvars;
univariate;
var;
varstr.
|