Macaulay2 » Documentation
Packages » SubalgebraBases :: sagbiBasis
next | previous | forward | backward | up | index | toc

sagbiBasis -- Constructs a computation object from a subring.

Synopsis

Description

This function serves as the canonical constructor for the SAGBIBasis type. The SAGBIBasis type is also the output of the function sagbi. The Subring used to construct a SAGBIBasis may be recovered using subring

i1 : R = QQ[x,y];
i2 : S = subring{x+y,x*y,x*y^2};
i3 : T = sagbiBasis S

o3 = Partial SAGBIBasis Computation Object with 0 generators, Limit = -1.

o3 : SAGBIBasis
i4 : sagbi(T,Limit=>20)

o4 = Partial SAGBIBasis Computation Object with 20 generators, Limit = 20.

o4 : SAGBIBasis
i5 : subring T

o5 = QQ[p_0..p_2], subring of R

o5 : Subring

See also

Ways to use sagbiBasis :

For the programmer

The object sagbiBasis is a method function with options.