|
5.1.39 finduni
Syntax:
finduni ( ideal_expression )
Type:
- ideal
Purpose:
- returns an ideal which is contained in the ideal_expression, such that the i-th
generator is a univariate polynomial in the i-th ring variable.
The polynomials have minimal degree w.r.t. this property.
Assume:
- The ideal must be zero-dimensional and given as a reduced Groebner basis in
the current ring.
Example:
See
option;
ring;
std;
vdim.
|