up previous next
NmzIntClosureToricRing

integral closure of a toric ring

Syntax
NmzIntClosureToricRing(L: LIST of RINGELEM): LIST of RINGELEM

Description
Given a list L of power-products in a ring R, the function returns the generators of the integral closure of the algebra generated by the list.

Example
/**/     Use R::=QQ[x,y,t];
/**/     NmzIntClosureToricRing([x^3,x^2*y,y^3]);
-- the integral closure of QQ[x^3, x^2*y, y^3] is...
[y,x]
-- ... QQ[y, x]

See Also