Macaulay2 » Documentation
Packages » SubalgebraBases :: status(SAGBIBasis)
next | previous | forward | backward | up | index | toc

status(SAGBIBasis) -- status of the subalgebra bases computation

Synopsis

Description

Returns a string with a human readable description of the status of subalgebra bases computation.

i1 : R = QQ[x,y];
i2 : S = subring {x+y,x*y,x*y^2,x*y^10+y};
i3 : status sagbi(S,Limit=>10)

o3 = status: DegreeLimit; current degree 11
i4 : status sagbi(S,Limit=>20)

o4 = status: done; sagbiGenerators encountered up to degree 10

See also

Ways to use this method: