|
7.7.2.0. sa_poly_reduce
Procedure from library central.lib (see central_lib).
- Usage:
- sa_poly_reduce(p, V); p poly, V ideal
- Return:
- polynomial, a reduction of p w.r.t. V
- Purpose:
- computes a reduction of the polynomial p w.r.t. the subalgebra generated by elements of V
- Note:
- At the moment the usage of this procedure is limited to G-algebras
Example:
See also:
sa_reduce.
|