next | previous | forward | backward | up | top | index | toc | Macaulay2 website
SubalgebraBases :: subduction

subduction -- Subduction of polynomials

Synopsis

Description

Performs subduction on the input with respect to the generating set of the supplied object. The subduction uses the specified SubductionMethod and PrintLevel.

i1 : R = QQ[x,y];
i2 : S = subring {x+y, x*y, x*y^2};
i3 : f = x^4;
i4 : subduction(S, f)

           3    4
o4 = - 2x*y  - y

o4 : R

See also

Ways to use subduction :

For the programmer

The object subduction is a method function with options.