|
5.1.90 mstd
Syntax:
mstd ( ideal_expression )
mstd ( module_expression )
Type:
- list
Purpose:
- returns a list whose first entry is a standard basis for the ideal, resp.
module, whose second entry is a generating set for the
ideal, resp. module.
If the ideal/module is homogeneous or the ordering is local,
this second entry is a minimal generating set.
Example:
See
ideal;
minbase;
module;
std.
|