NmzNormalToricRing |
Syntax |
NmzNormalToricRing(L: LIST of RINGELEM): LIST of RINGELEM |
Description |
Example |
/**/ Use R::=QQ[x,y,t]; /**/ NmzNormalToricRing([x^3,x^2*y,y^3]); -- the normalization of QQ[x^3,x^2*y,y^3] is... [y^3, x^2*y, x^3, x*y^2] -- QQ[y^3, x^2*y, x^3, x*y^2] |
See Also |